Search Unity

Easy Tools

Discussion in 'Assets and Asset Store' started by langem, Dec 6, 2013.

  1. langem

    langem

    Joined:
    Mar 18, 2013
    Posts:
    73
    Hi everybody,

    I'd like to introduce EASY TOOLS to you. It's a collection of 4 time saving Unity Editor tools:

    1. 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

    2. EasyGroup
    - Group the selected GameObjects
    - Ungroup selected GameObjects
    - Collapse group (ungroup all groups iteratively)
    - Undo supported

    3. EasyCreate
    - Create and empty GameObject as the child of a selected GameObject.
    - Great time saver in certain cases!
    - Includes full source (C#) and documentation

    4. EasySelect
    - select all GameObjects with the same name
    - select all GameObjects with certain Components
    - Includes full source (C#) and documentation

    Check out the documentation here: Link

    I hope you like it and let me know if you have any questions or comments.

    Thanks and best regards,
    Matthias