https://github.com/andtechstudios/unity-templates
Boilr templates for Unity development
https://github.com/andtechstudios/unity-templates
Last synced: about 1 year ago
JSON representation
Boilr templates for Unity development
- Host: GitHub
- URL: https://github.com/andtechstudios/unity-templates
- Owner: andtechstudios
- License: bsd-3-clause
- Created: 2021-06-13T20:08:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T06:03:27.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T16:58:56.486Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Template
[Boilr](https://github.com/tmrts/boilr) templates for Unity development.
This repository contains multiple unity templates.
### Unity Project Template
Includes:
* Unity .gitignore
* DocFX documentation template
* GitLab CI/CD workflow
### Unity Package Template
Includes:
* GitHub Actions workflow
# Usage
## Prerequisites
1. Install *Boilr*. ([instructions](https://github.com/tmrts/boilr/wiki/Installation)).
## Instructions
1. Clone (or [download](https://github.com/AndtechGames/unity-templates/archive/refs/heads/main.zip)) this repostory.
2. Install a template(s) to your local Boilr registry.
```
$ boilr template save project unity-project
$ boilr template save package unity-package
```
3. Use the template.
```
$ boilr template use unity-project ~/my-project-name
```
> This will create a project named `my-project-name` in your home directory using the `unity-project` template.