https://github.com/andtechstudios/dataspace
https://github.com/andtechstudios/dataspace
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/andtechstudios/dataspace
- Owner: andtechstudios
- License: bsd-3-clause
- Created: 2021-04-22T00:05:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T01:46:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T16:58:56.597Z (over 1 year ago)
- Language: C#
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Package Template
Template repository for custom Unity package development.
## Overview
- The default project location is `Project`.
- The default package location is `Project/Assets/Package`.
- A GitHub Actions pipeline that builds from `master` and deploys to `upm`.
- A preamble file at `preamble.txt`.
- The contents will be prepended to all source code files prior to deployment.
## Quick Start
### GitHub Setup
1. Click "Use this template" (above).
2. Follow the "Create a new repository" wizard.
- OPTIONAL: check "Include all branches" to include the recommended branching workflow.
### Local Setup
1. Clone the project to your workstation.
2. Run `init.sh` to setup the Unity project.
3. Edit the package manifest with your package's details. (Ex. `Project/Assets/Package/project.json`).
### GitHub Actions Setup
1. Edit `.github/workflows/main.yml`.
- Change `PACKAGE_ROOT` to your package directory.