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

https://github.com/comradevanti/unitypackagetemplate

A template repo for unity-packages
https://github.com/comradevanti/unitypackagetemplate

package template unity upm upm-package

Last synced: 6 months ago
JSON representation

A template repo for unity-packages

Awesome Lists containing this project

README

          

# Your Package

[Your package description]

Check out the changelog [here](./CHANGELOG.md).

## TODOS

When you use this template for your package, there are a few things you should
do:

1. Update package manifest
- package name
- display- name
- description
- unity-version, author
- keywords
2. Update assemblies
- Rename runtime assembly and namespace
- Rename editor assembly and namespace (or remove if not needed)
- Rename runtime-tests assembly and namespace (or remove if not needed)
- Rename editor-tests assembly and namespace (or remove if not needed)
3. Update license (This template used the Unlicense by default)
4. Add documentation (Or remove the Documentation~ folder if not needed)
5. Update readme
- Title
- Description
- Features
- Installation
- Compatibility
- Remove this TODO section

## Features

[What does your package do]

## Installation

[How to install your package]

## Compatibility

[For/With which Unity version was this package developed]