This is a simple template for getting started with a Unity project quickly. The purpose of this template is for personal use, so I won't be able to provide support if you decide to use this template for yourself.
- Python 3
- pyyaml package
- Bash (git bash or cygwin should work for Windows)
- GitHub CLI (https://cli.github.com/)
- Clone the repo to an empty directory
- Create a new empty remote repo (optional)
- Add the project to the Unity Hub and then open it
- Install paid assets through package manager:
- Save the project and close Unity IMPORTANT!!!
- In the project root directory, run the following command:
./init_template.py
- ???
- Make the game!
/Lib
contains common submodules that are pulled from GitHub. For example, script extensions.
/Game
is where the scripts and assets specific to the current game being made will be placed.