Unity game repo starter template with LFS support for various file types.
- Use this repo as a GitHub starter template
- Clone it locally, rename the directory if needed
- Create a new Unity project, saving it in the cloned repo directory
- Move
.gitignoreUNITY
to the root of the new Unity project directory - Rename
.gitignoreUNITY
to.gitignore
Your project structure will look something like this:
.git
.gitattributes
.gitignore
LICENSE
README.md
/[Unity project]
.gitignore (formerly .gitignoreUNITY)
...[other Unity project stuff]
Feel free to update this README, the root .gitignore
, and .gitattributes
to suit your needs.
The root .gitignore
has references for a couple directories that I usually create. These are also optional (obviously), create them if you want:
/Builds (game builds, already ignored)
/Media (assorted game-related images and videos, uncomment to ignore)
GLHF!