Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csaratakij/hierachysection

Unity custom menu item to create section in Hierachy (empty Game Object with a name "--- Section ---")
https://github.com/csaratakij/hierachysection

custom-menu-item hierachy menu-item unity unity-editor unity-package-manager unity-tools

Last synced: 17 days ago
JSON representation

Unity custom menu item to create section in Hierachy (empty Game Object with a name "--- Section ---")

Awesome Lists containing this project

README

        

# HierachySection
- Unity custom menu item to create section in Hierachy (empty Game Object with a name "--- Section ---")
- Support rename, automatic adding prefix ("---") when section name has changed.
- Support custom color in project setting (refresh script to see the changes)
- Option to set all section gameobject's tag to 'EditorOnly' (Not include these object in build)

# Install
You can use unity package manager, add this package via git url.
>> url : https://github.com/CSaratakij/HierachySection.git#upm

# Getting Started
1) Press "Control + T" or Use GameObject menu item to Create Section

# Keybinding
- Control + T : Create section
- Alt + Shift + R : Move gameObject up
- Alt + R : Move gameObject down
- S : Select next section
- Shift + S : Select previous section
- G : Move selected gameobject to current section (downward)
- Shift + G : Move selected gameobject to current section (upward)
- Alt + S : Pin section
- Control + Shift + F12 : Refresh Scripts

![screenshot](screenshot/screenshot1.png)
![screenshot](screenshot/screenshot2.png)