https://github.com/nicholas-maltbie/templateunitypackage
Template Unity Package Project for Sharing Code via git and npm
https://github.com/nicholas-maltbie/templateunitypackage
package template unity
Last synced: over 1 year ago
JSON representation
Template Unity Package Project for Sharing Code via git and npm
- Host: GitHub
- URL: https://github.com/nicholas-maltbie/templateunitypackage
- Owner: nicholas-maltbie
- License: mit
- Created: 2022-08-18T12:32:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T06:34:44.000Z (over 3 years ago)
- Last Synced: 2025-03-17T04:38:54.895Z (over 1 year ago)
- Topics: package, template, unity
- Language: C#
- Homepage: https://nickmaltbie.com/TemplateUnityPackage/docs/
- Size: 252 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Template Unity Package
Nick Maltbie's Template Unity Package for easily creating and sharing unity
packages over git and NPM.

If you want to host and share code between unity projects easily,
use this project to configure unity builds.
Template Unity Package is an open source project hosted at
[https://github.com/nicholas-maltbie/TemplateUnityPackage](https://github.com/nicholas-maltbie/TemplateUnityPackage)
This is an open source project licensed under a [MIT License](LICENSE.txt).
## Development
This project is developed using Unity Release [2021.3.11f1](https://unity3d.com/unity/whats-new/2021.3.11).
Install this version of Unity from Unity Hub using this link:
[unityhub://2021.3.11f1/0a5ca18544bf](unityhub://2021.3.11f1/0a5ca18544bf).
## Template Components
Parts of template project, please see the documentation at
[Template Unity Package Introduction](https://nickmaltbie.com/TemplateUnityPackage/docs/manual/introduction.html)
for more details on how to use the project.
1. Automated script to rename all scripts in project.
1. Template setup for a unity package.
1. Script to build package release to git branch.
1. Git/GitHub configuration for project
1. Automated GitHub actions.
## Documentation
Documentation on the project and scripting API is found at
[https://nickmaltbie.com/TemplateUnityPackage/docs/](https://nickmaltbie.com/TemplateUnityPackage/docs/)
for the latest version of the codebase.
## Demo
You can see a demo of the project running here:
[https://nickmaltbie.com/TemplateUnityPackage/](https://nickmaltbie.com/TemplateUnityPackage/).
The project hosted on the website is up to date with the most recent
version on the `main` branch of this github repo
and is automatically deployed with each update to the codebase.
## Samples
The samples in the project include:
* ExampleSample - Example sample for Template Unity Package.