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

Feature Request - Can Resources be deleted? #82

Open oOtroyOo opened 10 months ago

oOtroyOo commented 10 months ago

Because this is an Editor plugin, so I don't need Runtime Resources. I've tried to delete them, and the script in https://github.com/WooshiiDev/HierarchyDecorator/blob/dab20ee1bdf86442f5eeeac29fbee752a99fe1ab/HierarchyDecorator/Scripts/Editor/Constants.cs#L83-L94

So far nothing appears to happen. I'm not sure if they can really be deleted. Or maybe we can load them by Editor Asset , instead of Runtime Resources.

WooshiiDev commented 7 months ago

Hey there,

Yeah... honestly I had always planned on using custom icons for gui but was very conflicted for a while. On bigger screens too, the icons unity provides are pretty poor quality; but I've kept the normal ones for so long as it feels more natural to unity's interface.

I will scrap the folder in the next release, as this is not required - thanks for bringing it up 👍