A collection of 4 time saving Unity Editor tools. EasyLock, EasyGroup, EasySelect, EasyCreate.
EasyLock
- Lock your GameObjects to prevent unwanted changes
- Locks also Components
- Lock states are saved and will be restored if the scene is reloaded
- Works with PreFabs
- Undo supported
EasyGroup
- Group the selected GameObjects
- Ungroup selected GameObjects
- Collapse group (ungroup all groups iteratively)
- Undo supported
EasyCreate
- Create and empty GameObject as the child of a selected GameObject.
- Great time saver in certain cases!
- Includes full source (C#) and documentation
EasySelect
- select all GameObjects with the same name
- select all GameObjects with certain Components
- Includes full source (C#) and documentation
For help and support visit the Forum or have a look at the Documentation