InspectorFoldoutGroup
InspectorFoldoutGroup copied to clipboard
Doesn't work with Unity 2018.2.17 :-(
I have Unity 2018.2.17 and it doesn't work with this version. I am attaching the screenshot to make it clear. Still hoping that you fix that really soon.
Please fix this issue, Although I have given you a star and really appreciate the effort. Waiting for a fix.
Use this [Homebrew.Foldout("Test")]
Use this [Homebrew.Foldout("Test")]
Still doesn't work, even in Unity 2018.1.9f1
You need to add the using Pixeye.Unity; namespace to the top of your file. Then you can use the [Foldout("title")] attribute as normal, and [Foldout("title", true)] to group everything below.