Skip to content

New Folder Wizard is an organizational tool for Unity for quickly importing and customizing your personal folder structure into every project. Save and reuse your templates. Templates are saved as ScriptableObjects and may be customized to your liking.

License

seekeroftheball/NewFolderWizard-UnityTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: https://github.com/seekeroftheball https://gist.github.com/seekeroftheball

NewFolderWizard - v1.2 (Updated March 2023)

An organizational tool for the Unity Game Engine for quickly importing and customizing your personal folder structure into every project.

Save and reuse your templates. Templates are saved as ScriptableObjects and may be customized to your liking.

Simply import your folder-templates, open New Folder Wizard, select folders to create, click "Create Folders".

Folders will appear in example folder. Demo project comes with an example template.

How It Works

Create new folders from an auto-populated check-list.

01 Create New Folders from Selection Window

Create nested folder hierarchies.

02 Create Nested Folders

Customize template to your liking.

03 Create New Folder Templates to be Used in All New Projects

Update 1.2 Notes

  • Improved code documentation.
  • Alphabetized folder list in checkbox selection menu using a LINQ query.
  • Added horizontal rule below select all option in checkbox selection menu.

New-Folder-Wizard-1 2

Update 1.1 Notes

  • Added select/unselect all feature to checkbox selection menu.
  • Added horizontal scroll to checkbox selection menu.
  • Added an optional .unitypackage version of plugin.
  • Fixed notes on the demo root directory.
  • Added placeholder file to the empty demo folder to fix issue with it not uploading to GitHub.
  • Removed empty variables leftover from development.
  • Other minor cosmetic improvements.

04 Update 1 1 - Select All

Known Issues

  • Infinite loop possible by placing a parent as the child of it's own child directory. This will crash the editor.

About

New Folder Wizard is an organizational tool for Unity for quickly importing and customizing your personal folder structure into every project. Save and reuse your templates. Templates are saved as ScriptableObjects and may be customized to your liking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages