Template repository for custom Unity package development.
- The default project location is
./Project
. - The default package location is
./Project/Assets/Package
. - A preamble file is included at
./preamble.txt
.- The text in this file will be prepended to all source code files prior to deployment.
- Click "Use this template" (above).
- Follow the generate repository screen.
- OPTIONAL: check "Include all branches" to include the recommended branching workflow.
- Clone the project to your workstation.
- Edit the file
./LICENSE.md
with your authoring details. - Edit the file
./preamble.txt
with your authoring details. - Edit the file
./README.md
with your package's details. - Rename the project folder to your package's name.
- Rename the package folder to your package's name.
- Edit the file
./Project/Assets/Package/package.json
with your package's details. - Edit the file
./Project/Assets/Package/README.md
with your package's details.
- Create a new pipeline in Azure Pipelines.
- Create a pipeline variable named
Custom.PackageRoot
.- The value should be the relative path to your package. (Ex.
Project/Assets/Package
)
- The value should be the relative path to your package. (Ex.