Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 745 Bytes

File metadata and controls

11 lines (10 loc) · 745 Bytes

Unity-Project-Template

A template for a new Unity project with a main menu, settings, and credits.

Setup

  1. Install TextMeshPro and Universal RP from the Package Manager.
  2. (Optional) Move all of the imported contents into a different folder if you want.
  3. Open Project Settings -> Graphics and assign an SRP from one of the preset assets found in the Settings folder.
  4. Go to Project Settings -> Player and change the Product name and Company name.
  5. Create a new scene with any name, ex. SampleScene.
  6. Go to Main Menu, and find the Main Menu component. Set the value of the "Scene to Load on Play" field to the name of your new scene.
  7. (Optional)(TODO: make android settings) Disable the settings menu button for Android.