This utility allows you to lock GameObjects in the scene so that they will not be moved by accident.
Features: * Lock any GameObject
so that you or others don't edit it by mistake * Locks are saved in the scene
and will be comitted as part of it * Locks all Components
and not just Transform * Works well with prefabs * Full undo/redo support * No gizmos when selected * Lock icons in hierarchy and scene * Locked/unlocked icon can toggle state
Some of the above features can be disabled in the Preferences window.
Background:
This utility was made for our own production where we have a lot prefabs and objects that we don't want to move by accident. No other tool seemed to solve this out of the box so we created this one.