neon-age / Smart-Hierarchy

Human-friendly hierarchy for Unity.
MIT License
599 stars 43 forks source link

Custom GUI is not injected after window re-docking/maximizing #26

Open neon-age opened 3 years ago

neon-age commented 3 years ago

Hierarchy is being re-initialized on layout change, which breaks injected functionality, such as custom CopyPaste or hover preview

neon-age commented 3 years ago

Seems there is no easy way to track when this re-initialization is actually happening..

neon-age commented 3 years ago

Will be fixed in ~#view-items-refactoring~ #hide-scene-visibility branch by injecting into SceneHierarchy methods using Harmony.