- Open Unity Hub and create a new project using the Universal 2D template.
- Close Unity after project creation has completed.
Navigate to your project directory and delete the following folders:
- Assets
- Packages
- ProjectSettings
- UserSettings
Drag and drop the following folders and file from the template into your project folder:
- Assets
- Packages
- ProjectSettings
- UserSettings
- .gitignore
Perform a search and replace across all project files: "_TEMPLATE_MOBILE" → "YOUR_PROJECT_NAME"
- Open Edit > Project Settings.
- Navigate to Player > Android > Other Settings.
- Update the Package Name to your own unique identifier ('com.yourcompany.yourproject').