2020-12-06 16:57:57 +00:00
# Unity - Builder
(Not affiliated with Unity Technologies)
2019-12-03 22:16:18 +00:00
2019-12-22 21:06:34 +00:00
GitHub Action to
[build Unity projects ](https://github.com/marketplace/actions/unity-builder )
2019-12-03 22:16:18 +00:00
for different platforms.
2020-12-06 16:57:57 +00:00
Part of the < a href = "https://game.ci" > GameCI< / a > open source project.
2020-07-11 12:38:02 +00:00
< br / >
< br / >
2019-12-07 23:59:14 +00:00
2023-03-04 21:39:31 +00:00
[](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)
2021-03-14 00:19:30 +00:00
[](https://codecov.io/gh/game-ci/unity-builder)
2020-07-11 12:38:02 +00:00
< br / >
< br / >
2020-07-08 20:44:54 +00:00
2023-07-26 17:20:09 +00:00
## 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.
2020-07-11 12:38:02 +00:00
## How to use
2020-01-27 18:52:17 +00:00
2020-07-11 12:38:02 +00:00
Find the
2021-02-07 01:04:40 +00:00
[docs ](https://game.ci/docs/github/builder )
2020-12-06 17:13:32 +00:00
on the GameCI
2021-02-07 01:04:40 +00:00
[documentation website ](https://game.ci/docs ).
2020-01-27 18:52:17 +00:00
2020-07-11 12:38:02 +00:00
## Related actions
2020-01-27 18:52:17 +00:00
2020-07-11 12:38:02 +00:00
Visit the
2020-12-06 16:57:57 +00:00
GameCI < a href = "https://github.com/game-ci/unity-actions" > Unity Actions< / a >
2020-07-11 12:38:02 +00:00
status repository for related Actions.
2020-01-27 18:52:17 +00:00
2020-07-11 12:38:02 +00:00
## Community
2020-01-27 18:52:17 +00:00
2020-07-11 12:38:02 +00:00
Feel free to join us on
2020-12-06 17:13:32 +00:00
< a href = "http://game.ci/discord" > < img height = "30" src = "media/Discord-Logo.svg" alt = "Discord" / > < / a >
2020-07-11 12:38:02 +00:00
and engage with the community.
2020-01-27 18:52:17 +00:00
2020-07-11 12:38:02 +00:00
## Contributing
2019-12-01 01:03:52 +00:00
2020-12-06 16:57:57 +00:00
To help improve the documentation, please find the docs [repository ](https://github.com/game-ci/documentation ).
2019-12-03 22:27:05 +00:00
2020-07-11 12:38:02 +00:00
To contribute to Unity Builder, kindly read the [contribution guide ](./CONTRIBUTING.md ).
2019-12-03 22:27:05 +00:00
2021-07-12 17:28:11 +00:00
## Support us
GameCI is free for everyone forever.
You can support us at [OpenCollective ](https://opencollective.com/game-ci ).
2019-12-22 21:06:34 +00:00
## Licence
2019-12-03 22:27:05 +00:00
2021-07-12 17:28:11 +00:00
This repository is [MIT ](./LICENSE ) licensed.
This includes all contributions from the community.