PixeyeHQ/InspectorFoldoutGroup

Doesn't work with Unity 2018.2.17 :-(

Opened this issue · 3 comments

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

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.