Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.