A basic boilerplate for Unity with URP and 3D support
Unity 2022.3.16f1 or above
- InputSystem
- Eflatun.SceneReference
The boilerplate comes with 3 scenes:
TitleScreen- to display the main screen when game startsCredits- to display a credit screenGame- an empty scene for levels
Scenes are loaded using Eflatun SceneReference package
It comes with some placeholder assets, please keep the authors credited if you manage to use them for your game
Some scripts are provided with the template:
- SceneTransitionManager - used to create a fade-in fade-out animation between scenes
- TitleView - used to start the game
- Timer - used to display a timer in the game
This repository use Git LFS. Take a look at the .gitattributes file for a list of tracked files
This repository use EditorConfig. Take a look at the .editorconfig file for detailed configuration