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.