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 - PrefabStageUtility class is no longer Experimental #57

Closed AtaTrkgl closed 2 years ago

AtaTrkgl commented 2 years ago

Current Unity version used Unity 2021.3.0f1 LTS

Describe the bug The following error is thrown when Unity 2021.3.0f1 LTS version+ is used. This is caused by PrefabStageUtility class no longer being Experimental.

Packages\HierarchyDecorator\HierarchyDecorator\Scripts\Editor\Hierarchy\Drawers\ToggleDrawer.cs(47,61): error CS0103: The name 'PrefabStageUtility' does not exist in the current context
WooshiiDev commented 2 years ago

Did not mean to close this right away @AtaTrkgl

I have made a new package for v0.8.6 and added a tag for said version too.

AtaTrkgl commented 2 years ago

@WooshiiDev Thank you mate, cheers.