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

Added text formatting support #63

Closed SanielX closed 1 year ago

SanielX commented 2 years ago

Instead of every header turning object name into upper case you can now select from 3 options: to upper, to lower and don't change

SanielX commented 1 year ago

I guess this could work, though not sure. Maybe it would make more sense to mark that enum as internal altogether

WooshiiDev commented 1 year ago

I had much more of the codebase as internal previously, but as I've been attempting to expose it more, with the next update having a lot of focus on that, I felt like internal was limiting for no reason.

I do agree though, internal could be used here. I'd say for now leave it as is, just due to almost everything else being public right now.

Also I apologise for how long I've been away, should have gotten this accepted a while ago.

WooshiiDev commented 1 year ago

In the future I'm also going to add restrictions on branches, would say develop is the best branch to work off; however this is my fault for not stating this anywhere in the readme, nor having branch rules.