You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example comes with TankEditor extends UIElementsEditor.
It creates VisualElement in CreateInspectorGUI() method.
But draw IMGUI in OnInspectorGUI().
It seems that the CreateInspectorGUI does nothing.
The text was updated successfully, but these errors were encountered:
I've hit this same issue - I'm working on a product that needs to work in Unity 2018.4, and it looks like CreateInspectorGUI is never actually called in this version.
The example comes with TankEditor extends UIElementsEditor.
It creates VisualElement in CreateInspectorGUI() method.
But draw IMGUI in OnInspectorGUI().
It seems that the CreateInspectorGUI does nothing.
The text was updated successfully, but these errors were encountered: