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

GUIHelper.cs Collides with OdinInspector GUIHelper class. #60

Closed digiwombat closed 2 years ago

digiwombat commented 2 years ago

The asset will fail to compile if the user has Sirenix Odin Inspector installed as the global namespace GUIHelper class collides with HierarchyDecorator's.

WooshiiDev commented 2 years ago

Hey there,

thanks so much for finding this, more of my negligence from earlier development that I should have noticed, but has been overlooked 🙁

I've updated the file containing it within the HD namespace as can be seen here.

I made a new hotfix release v0.8.7 that has been pushed to master.

digiwombat commented 2 years ago

OpenUPM install is confirmed working great on 2021.3.2f

Thanks for fixing it up! I appreciate all the work you've done on this. Really helps clean up the hierarchy. 😃