Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5l4vm0/unityscenehierarchycleaner
Unity editor tool to clean up and organise the scene hierarchy
https://github.com/5l4vm0/unityscenehierarchycleaner
editor-tools hierarchy-structure scene-hierarchy unity unity-editor unity-scripts unity-tools
Last synced: about 2 months ago
JSON representation
Unity editor tool to clean up and organise the scene hierarchy
- Host: GitHub
- URL: https://github.com/5l4vm0/unityscenehierarchycleaner
- Owner: 5l4vm0
- License: mit
- Created: 2024-08-06T19:37:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T14:02:53.000Z (3 months ago)
- Last Synced: 2024-11-16T12:09:38.228Z (about 2 months ago)
- Topics: editor-tools, hierarchy-structure, scene-hierarchy, unity, unity-editor, unity-scripts, unity-tools
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Scene Hierarchy Cleaner
A Unity editor tool to clean up and organise the scene hierarchy. This tool sorts and renames GameObjects in the active scene to maintain a clean and organised hierarchy.
## Features
- Sorts GameObjects in scene alphabetically.
- Renames duplicated GameObjects.## Usage
1. Open Unity and load sample scene.
2. Go to `Tools > Clean Up Scene Hierarchy` in the Unity menu bar.
3. Click the `Clean Up Hierarchy` button.## Sample Scene
This repository includes a Unity sample scene with some GameObjects. You can use this scene to test the tool.
Open the sample scene and click the `Clean Up Hierarchy` button in the `Scene Hierarchy Cleaner` window to sort the GameObjects. Note that GameObjects won't be sorted if they are prefabs.