A template for a new Unity project with a main menu, settings, and credits.
- Install TextMeshPro and Universal RP from the Package Manager.
- (Optional) Move all of the imported contents into a different folder if you want.
- Open Project Settings -> Graphics and assign an SRP from one of the preset assets found in the Settings folder.
- Go to Project Settings -> Player and change the Product name and Company name.
- Create a new scene with any name, ex. SampleScene.
- 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.
- (Optional)(TODO: make android settings) Disable the settings menu button for Android.