This repository contains project templates for Unity tailored for easy usage with git that help you to setup a new project quickly.
- Preconfigured for easy use with git
- Includes .gitignore that only adds the absolute necessary files to build the project
- Seperate folder for assets that shouldn't be included in the git repository
- Simple folder structure divided into the three main aspects of a game
- Unity2DProject: Template for a 2D game
- Unity3DProject: Template for a 3D game
- Copy the folder for the template to your desired project folder
- Rename the folder to the name of your new project
- Optional: Initialize a new git repository inside the project folder
- Start Unity and import the new project with
Open other
- Import the packages you need for the project
- Move packages that shouldn't be included in the repository into the
Tools
-folder
Currently the templates are compatible with Unity 2022.1.0b12
MIT-License: See License