This repository contains a Unity Editor tool that automatically creates organized folder structures for Unity projects using configurable templates.
Made and Tested with Unity 6000.1.3f1
- Download or clone this repository.
- Copy the
FolderStructureGenerator
folder into your Unity project'sAssets/Editor/
directory. - Open Unity and go to
Assets > Create Folders
in the menu bar. - Enter your project name in the "Project Name" field.
- Select a configuration file (2D or 3D templates are included).
- Click "Generate Folders!" to create your folder structure.
- Right-click in your Project window.
- Go to
Create > Unity Tools > Folder Structure Config
. - Name your configuration file.
- Customize the folder structure in the Inspector:
- Default Project Name: The default name that appears in the generator.
- Folder Groups: Main folders with their subfolders.
- Standalone Folders: Independent folders created at the Assets root level.
- Create Git Keep Files: Enable/disable
.gitkeep
file generation.