WooshiiDev / HierarchyDecorator

Lightweight Unity Plugin transforming the Hierarchy into what it should be. Adds headers, styles, icons and more.
MIT License
1.02k stars 47 forks source link

Bug - Prefab Context - Active Togges not visible #77

Open Podden opened 1 year ago

Podden commented 1 year ago

Current Unity version used 2022.2.15

Describe the bug The handy on/off toggle does not show up when editing a prefab in context

To Reproduce (If applicable) Open a Prefab in Context

Screenshots grafik grafik

WooshiiDev commented 1 year ago

Hi there,

this was originally done due to how the prefab layout was designed in older versions. It seems that prefabs now have their slight left-side indent like in the normal hierarchy, so I could add this to 2022.2 onwards.

I might consider getting this to work on older versions too, just shifting everything over if in prefab view but I'll fix this specifically for 2022 and add it to the backlog to investigate for others.

Cheers for the report!