Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.14 KB

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