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.
- Host: GitHub
- URL: https://github.com/jonaswischeropp/unity_hierarchy_active_toggle
- Owner: JonasWischeropp
- License: mit
- Created: 2024-03-19T07:41:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:03:52.000Z (over 1 year ago)
- Last Synced: 2025-03-26T03:25:32.284Z (about 1 year ago)
- Topics: hierarchy, unity3d-package
- Language: C#
- Homepage:
- Size: 657 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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[]
++++
++++
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].