InspectorFoldoutGroup icon indicating copy to clipboard operation
InspectorFoldoutGroup copied to clipboard

Doesn't work with Unity 2018.2.17 :-(

Open imranarif011 opened this issue 6 years ago • 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

imranarif011 avatar Dec 13 '18 11:12 imranarif011

Use this [Homebrew.Foldout("Test")]

Roritamashi avatar Feb 04 '19 00:02 Roritamashi

Use this [Homebrew.Foldout("Test")]

Still doesn't work, even in Unity 2018.1.9f1

RikuTheFuffs avatar Apr 12 '19 10:04 RikuTheFuffs

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.

haywirephoenix avatar Nov 18 '22 14:11 haywirephoenix