An open API service indexing awesome lists of open source software.

https://github.com/jonaswischeropp/unity_hierarchy_active_toggle

Adds check boxes to the unity hierarchy to enable/disable gameobjects.
https://github.com/jonaswischeropp/unity_hierarchy_active_toggle

hierarchy unity3d-package

Last synced: 4 months ago
JSON representation

Adds check boxes to the unity hierarchy to enable/disable gameobjects.

Awesome Lists containing this project

README

          

:experimental:

= 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
(menu:Edit[Preferences... > Hierarchy > Active Toggle]).

ifdef::env-github[]
++++


Demonstration


++++
endif::[]

ifndef::env-github[]
image::demonstration.gif[Demonstration, align=center]
endif::[]

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

== Keybindings
[horizontal]
Middle Mouse::
Toggle enabled state of hovered gameobject

== Setup
Installation by using the Package Manager:

. Click on the `+` in the `Package Manager` window
. Chose `Add package from git URL...`
. Insert the following URL `https://github.com/JonasWischeropp/unity_hierarchy_active_toggle.git`
. Press the `Add`-Button

If necessary more information can be found link:https://docs.unity3d.com/Manual/upm-ui-giturl.html[here].