This is boiler plate for git repos using Unity 2019 LTS as the Unity Edtior.
Create a repo with your favorite repo service.
Clone the RepoTemplate_Unity_2020LTS
repo where you save repos locally
Change the name of the folder RepoTemplate_Unity_2020LTS
to the name of your project
Change the push and pull url of the repo to your newly created repo
Perform a git push
. This will push the template files to your new repo and allow you to start working on the repository.
Note: You should double check that git lfs is installed. If it's not, run git lfs install
in the new repo (after making sure git lfs is installed on your system)