mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
38 lines
687 B
Markdown
38 lines
687 B
Markdown
# Unity Actions
|
|
|
|
Github actions for testing and building Unity projects (WIP)
|
|
|
|
Feel free to contribute.
|
|
|
|
## Jobs
|
|
|
|
- [X] Checkout project
|
|
- [X] Activate license
|
|
- [ ] Open project in Unity
|
|
- [ ] Install dependencies
|
|
- [ ] Perform test suite
|
|
- [ ] Select scene(s)
|
|
- [ ] Build scene(s)
|
|
|
|
## Platforms
|
|
|
|
- [ ] WebGL
|
|
- [ ] Windows
|
|
- [ ] Linux
|
|
- [ ] MacOS
|
|
- [ ] Android
|
|
- [ ] iOS
|
|
|
|
## How to use
|
|
|
|
Create a workflow in `.github/workflows/main.yml`.
|
|
|
|
- Activate license: [readme](./activate/README.md).
|
|
|
|
## Credits
|
|
|
|
Huge thanks to
|
|
[gableroux](https://gableroux.com/)
|
|
for his docker [image](https://hub.docker.com/r/gableroux/unity3d/)
|
|
and gitlab-ci [example](https://gitlab.com/gableroux/unity3d).
|