xsduan / unity-hierarchy-folders

Specialized folder objects for Unity Hierarchy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(bug) DontDestroyOnload object is destroy when use folders

tracer8 opened this issue · comments

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 folder for DontDestroyOnLoad too:
DontDestroyOnLoad only works for root GameObjects or components on root GameObjects.

Was this fixed?