Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.05 KB

README.adoc

File metadata and controls

36 lines (27 loc) · 1.05 KB

Hierarchy Gameobject Active Toggle (Unity)

This package adds buttons to enable/disable gameobjects directly from the hierarchy.
In the preferences the package can be customized and disabled individually per user (Edit  Preferences…​  Hierarchy  Active Toggle).

Demonstration

(Probably also works in other unity versions. I just have only tested it in 2022.3)

Keybindings

Middle Mouse

Toggle enabled state of hovered gameobject

Setup

Installation by using the Package Manager:

  1. Click on the + in the Package Manager window

  2. Chose Add package from git URL…​

  3. Insert the following URL https://github.com/JonasWischeropp/unity_hierarchy_active_toggle.git

  4. Press the Add-Button

If necessary more information can be found here.