-
Inside the Unity Assets Folder right click 'Create' > 'Unity Tools' > 'My Setup' > 'Preferences'
-
Edit your Custom Folder Settings.
-
Inside Unity navigate to the menu bar and select 'Tools' > 'Custom Tools' > 'Project Setup' > 'Folder Settings'
-
Setup your prefered folder structures.
-
Select 'Create Project Folders'
-
Inside Unity navigate to to the menu bar and select 'Tools' > 'Custom Tools' > 'Project Setup' > 'Import Script Templates'
-
Setup definitions:
- Define the Namespace in 'Edit' ▶ 'Project Settings' ▶ 'Editor' ▶ 'Root Namespace'
- Define the Author in 'Edit' ▶ 'Project Settings' ▶ 'Player' ▶ 'Company Name'
- Define the Project in 'Edit' ▶ 'Project Settings' ▶ 'Player' ▶ 'Product Name'
Unity Default:
- #ROOTNAMESPACEBEGIN#
- #ROOTNAMESPACEEND#
- #NAME#
- #SCRIPTNAME#
- #SCRIPTNAME_LOWER#
Package Extras:
- #PRIMARY_SCRIPTNAME#
- #CREATION_DATE#
- #DEVELOPER_NAME#
- #PROJECT_NAME#