Unity-Technologies/UIElementsExamples

confused by UIElementsEditor

Opened this issue · 2 comments

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.

Maybe UIElements isn't working properly in Editor yet.

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.