Skip to content

alisahanyalcin/CustomHierarchyFolders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Hierarchy Folders

CustomHierarchyFolders is a Unity plugin that allows you to create folders in the Hierarchy panel to organize your GameObjects.

CustomHierarchyFolders.mp4

Installation

  1. Download the latest unitypackage from Releases page.
  2. Import the package into your Unity project from Import Package > Custom Package > CustomHierarchyFolders.unitypackage.
  3. Done!

Before Use

  1. You have to create a new tag and name it as "Folder," otherwise, you will get an error.

Usage

  1. Right click on the Hierarchy panel and select Create > Folder to create a new folder.
  2. Drag and drop GameObjects into the folder to add them to the folder.

Credits