https://github.com/nicholas-maltbie/templateunityproject
Template Unity Project for setting up a simple unity game with GitHub pages.
https://github.com/nicholas-maltbie/templateunityproject
unity
Last synced: 4 months ago
JSON representation
Template Unity Project for setting up a simple unity game with GitHub pages.
- Host: GitHub
- URL: https://github.com/nicholas-maltbie/templateunityproject
- Owner: nicholas-maltbie
- License: mit
- Created: 2023-01-15T13:32:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T16:04:34.000Z (over 3 years ago)
- Last Synced: 2025-10-31T06:40:59.497Z (8 months ago)
- Topics: unity
- Language: C#
- Homepage: https://nickmaltbie.com/TemplateUnityProject/docs
- Size: 103 KB
- Stars: 4
- Watchers: 1
- 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 Project
Nick Maltbie's Template Unity Project for
easily setting up a unity project
with build in CI/CD for GitHub.
Just some boiler plate code with setup for
scripting and tests.
If you want to host and share code between unity projects easily,
use this project to configure unity builds.
Template Unity Project is an open source project hosted at
[https://github.com/nicholas-maltbie/TemplateUnityProject](https://github.com/nicholas-maltbie/TemplateUnityProject)
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 Project Introduction](https://nickmaltbie.com/TemplateUnityProject/docs/manual/introduction.html)
for more details on how to use the project.
1. Automated script to rename all scripts in project.
1. Git/GitHub configuration for project.
1. Automated GitHub actions for deploying project.
## Documentation
Documentation on the project and scripting API is found at
[https://nickmaltbie.com/TemplateUnityProject/docs/](https://nickmaltbie.com/TemplateUnityProject/docs/)
for the latest version of the codebase.
## Demo
You can see a demo of the project running here:
[https://nickmaltbie.com/TemplateUnityProject/](https://nickmaltbie.com/TemplateUnityProject/).
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.