unity-hierarchy-folders
unity-hierarchy-folders copied to clipboard
Specialized folder objects for Unity Hierarchy.
Hi, When i'm using Hierarchy Folder for DontDestroyOnload object. It is still destroy my object when load new scene. I think it is a bug? Unity have warning when use...
## Description Icon name has changed ## Environment - **Unity version (e.g. 2019.4.13):** - **Windows** **Solution:** ``` private const string _openedFolderPrefix = "d_FolderOpened"; private const string _closedFolderPrefix = "d_Folder"; ```
Just wanted to share with you and others who use the package that Unity considers adding hierarchy folders as a built-in feature. You can tell Unity why it is important...
Just find it valuable to write it here, as maybe that dependency will not be need on newer versions. Also, I really thank you for that code!