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

Some, but not all settings being reset every time I close Unity. #7

Closed MostHated closed 3 years ago

MostHated commented 3 years ago

It seems that each time I close Unity, the settings within my HierarchyDecoratorSettings ScriptableObject are being reset. The only thing is it is not all of them. In the clip below, you can see my settings for the background color of the prefixed headers, as well as the location of the text remains the same, but the settings for the layers to not show, as well as the alternating background do get reset upon opening Unity.

https://i.imgur.com/E8mA2Ro.mp4

Thanks, -MH

MostHated commented 3 years ago

Actually, nevermind about this one. I deleted the Settings SO and let it recreate a new one and it seems to be ok now. I think the issue might have been related to me removing HierarchyDecorator via the package manager and reinstalling it but forgetting to remove the original Settings object.