An open API service indexing awesome lists of open source software.

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

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.