Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ---")
- Host: GitHub
- URL: https://github.com/csaratakij/hierachysection
- Owner: CSaratakij
- License: mit
- Created: 2019-05-18T15:20:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T08:51:18.000Z (almost 4 years ago)
- Last Synced: 2024-12-21T10:42:53.338Z (17 days ago)
- Topics: custom-menu-item, hierachy, menu-item, unity, unity-editor, unity-package-manager, unity-tools
- Language: C#
- Homepage:
- Size: 460 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)