Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seekeroftheball/newfolderwizard-unitytool
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.
https://github.com/seekeroftheball/newfolderwizard-unitytool
csharp scriptableobject scriptableobjects unity unity-3d unity-asset unity-editor unity-scripts unity2d unity3d unity3d-plugin unityextensions unityplugin
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/seekeroftheball/newfolderwizard-unitytool
- Owner: seekeroftheball
- License: mit
- Created: 2023-02-09T15:24:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T18:53:14.000Z (over 1 year ago)
- Last Synced: 2024-10-10T10:23:50.284Z (about 1 month ago)
- Topics: csharp, scriptableobject, scriptableobjects, unity, unity-3d, unity-asset, unity-editor, unity-scripts, unity2d, unity3d, unity3d-plugin, unityextensions, unityplugin
- Language: C#
- Homepage:
- Size: 99.6 KB
- Stars: 50
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://user-images.githubusercontent.com/8204808/217860073-61ffd324-e091-40af-a7e2-b9ce657b205f.gif)
Create nested folder hierarchies.
![02 Create Nested Folders](https://user-images.githubusercontent.com/8204808/217860113-19f4af49-ffb1-47f8-b768-8246207943d6.gif)
Customize template to your liking.
![03 Create New Folder Templates to be Used in All New Projects](https://user-images.githubusercontent.com/8204808/217860142-8d9217cc-448a-45f4-8030-69eaa96494f8.gif)
## 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](https://user-images.githubusercontent.com/8204808/221923595-a1d5db3d-196c-401a-a49b-2aa7adc9ddc8.png)
## 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](https://user-images.githubusercontent.com/8204808/218281092-0e09c2fb-9853-473b-a214-2800c2c1fc6d.gif)
## Known Issues
- Infinite loop possible by placing a parent as the child of it's own child directory. This will crash the editor.