Template repository for custom Unity package development.
- The default project location is
Project
. - The default package location is
Project/Assets/Package
. - A GitHub Actions pipeline that builds from
master
and deploys toupm
. - A preamble file at
preamble.txt
.- The contents will be prepended to all source code files prior to deployment.
- Click "Use this template" (above).
- Follow the "Create a new repository" wizard.
- OPTIONAL: check "Include all branches" to include the recommended branching workflow.
- Clone the project to your workstation.
- Run
init.sh
to setup the Unity project. - Edit the package manifest with your package's details. (Ex.
Project/Assets/Package/project.json
).
- Edit
.github/workflows/main.yml
.- Change
PACKAGE_ROOT
to your package directory.
- Change