emberTrev
emberTrev
I want to put my vote behind a sort feature as well. We are naming our keys with a `:` separator for "folders" or "categories". It would be wonderful to...
That new tree view looks really nice. I like it.
 Screenshot of `ShowNativePropertyTest` component in action in the Test Scene.
I have become aware of this checkbox in the project settings. Not a fan of it, but I guess it could be a workaround. 
If you write custom editor UI that uses either IMGUI or UI Toolkit (not both), then yes your custom inspector won't appear for everyone. You can: 1. Write both if...
Yes, the issue I am reporting is that the UIKit drawers do not work. Since that is the default setup for newer versions of Unity, people who start new projects...
I am going to post this again from my original issue. From here: https://docs.unity3d.com/ScriptReference/PropertyDrawer.html >Note: You cannot have UI Toolkit running inside IMGUI, which means that if your custom PropertyDrawer...