emberTrev

Results 7 comments of 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...

![image](https://github.com/dbrizov/NaughtyAttributes/assets/15948368/07b2362e-6f7a-4cad-8817-e0252b2d7d58) 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. ![Screenshot_2023-08-22-10-45-23_Unity](https://github.com/dbrizov/NaughtyAttributes/assets/15948368/192ef4f6-acae-4665-967a-072f2af7985d)

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...