Using this to unload some Unity / game dev thoughts because my cat can only listen to so much.
If you're annoyed by #Unity loading scenes with a collapsed hierarchy, you can slap a component with PingObject on one of your objects.
Remember to wrap this in an if UNITY_EDITOR so that it still compiles!
If you're annoyed by #Unity loading scenes with a collapsed hierarchy, you can slap a component with PingObject on one of your objects.
Remember to wrap this in an if UNITY_EDITOR so that it still compiles!