Is it possible to disable/hide the transform component/tools of a gameobject in the scene, i’m trying to make folder like gameobjects in my hierarchy that appears empty and non moveable.
I’m aware that i can use HideFlags.NotEditable | HideFlags.HideInInspector to hide the transform component but the object can still be moved with the handles.
Is it possible to hide/disable everything including the handles?
I would be really grateful if Unity would add this option. Game would be much faster and hierarchy much more organized because if you could remove transform it would be easy to create (real) folders in hierarchy. For now… Unity forces to use transform component in every single gameobject in scene.
Maybe you could write a custom hierarchy window, with support to folders and stuff, It’s doable but I think it will be kind hard to implement so maybe is not what you are looking forward to. Did you give a look at the asset store? Maybe you can find something.