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
- Host: GitHub
- URL: https://github.com/comradevanti/unitypackagetemplate
- Owner: ComradeVanti
- License: unlicense
- Created: 2022-09-09T10:34:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T10:34:45.000Z (about 3 years ago)
- Last Synced: 2025-04-04T21:49:24.175Z (6 months ago)
- Topics: package, template, unity, upm, upm-package
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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]