mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-11 04:43:41 -04:00
60 lines
2.3 KiB
Markdown
60 lines
2.3 KiB
Markdown
# Unity - Builder
|
|
|
|
(Not affiliated with Unity Technologies)
|
|
|
|
GitHub Action to
|
|
[build Unity projects](https://github.com/marketplace/actions/unity-builder)
|
|
for different platforms.
|
|
|
|
Part of the <a href="https://game.ci">GameCI</a> open source project.
|
|
<br />
|
|
<br />
|
|
|
|
[](https://github.com/game-ci/unity-builder/actions/workflows/build-tests-ubuntu.yml)
|
|
[](https://github.com/game-ci/unity-builder/actions/workflows/build-tests-windows.yml)
|
|
[](https://github.com/game-ci/unity-builder/actions/workflows/build-tests-mac.yml)
|
|
[](https://codecov.io/gh/game-ci/unity-builder)
|
|
<br />
|
|
<br />
|
|
|
|
## Why did we fork this repo?
|
|
1. Fix bugs with the git command in Windows
|
|
2. When building a client on Windows, if the action is cancelled, the Unity license won't be returned. GameCI does not provide an GitHub action to return license on Windows. We extended the functionality of this action to return license. When the input "customParameters" = "return_license", the action will return the license without building the project.
|
|
|
|
## How to use
|
|
|
|
Find the
|
|
[docs](https://game.ci/docs/github/builder)
|
|
on the GameCI
|
|
[documentation website](https://game.ci/docs).
|
|
|
|
## Related actions
|
|
|
|
Visit the
|
|
GameCI <a href="https://github.com/game-ci/unity-actions">Unity Actions</a>
|
|
status repository for related Actions.
|
|
|
|
## Community
|
|
|
|
Feel free to join us on
|
|
<a href="http://game.ci/discord"><img height="30" src="media/Discord-Logo.svg" alt="Discord" /></a>
|
|
and engage with the community.
|
|
|
|
## Contributing
|
|
|
|
To help improve the documentation, please find the docs [repository](https://github.com/game-ci/documentation).
|
|
|
|
To contribute to Unity Builder, kindly read the [contribution guide](./CONTRIBUTING.md).
|
|
|
|
## Support us
|
|
|
|
GameCI is free for everyone forever.
|
|
|
|
You can support us at [OpenCollective](https://opencollective.com/game-ci).
|
|
|
|
## Licence
|
|
|
|
This repository is [MIT](./LICENSE) licensed.
|
|
|
|
This includes all contributions from the community.
|