Skip to content

HennaKristal/unity-mobile-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Create a New Unity Project

  • Open Unity Hub and create a new project using the Universal 2D template.

2. Close Unity

  • Close Unity after project creation has completed.

3. Delete Default Folders

Navigate to your project directory and delete the following folders:

  • Assets
  • Packages
  • ProjectSettings
  • UserSettings

4. Apply the Template

Drag and drop the following folders and file from the template into your project folder:

  • Assets
  • Packages
  • ProjectSettings
  • UserSettings
  • .gitignore

5. Rename the Project

Perform a search and replace across all project files: "_TEMPLATE_MOBILE" → "YOUR_PROJECT_NAME"

6. Set Your Unique Android Package Name

  • Open Edit > Project Settings.
  • Navigate to Player > Android > Other Settings.
  • Update the Package Name to your own unique identifier ('com.yourcompany.yourproject').

About

Unity 2D template

Resources

Stars

Watchers

Forks