Skip to content

Unity Cloud Build Action

Actions
Allows to start a build on Unity Cloud Build, and await its result
v1.2.2
Latest
Star (2)

typescript-action status

Action

This action allows to build your Unity project on Unity Cloud Build as a Github-action. Generally, this should be much faster than running the build-process on Github servers. Note that it's a very basic Github Action and does it does not store the build result (no artifacts), so you can only use it to run a build as a code-check. Storing artificacts should be rather trivial to implement, but it wasn't necessary for my purposes - feel free to send a PR. :)

Usage

See for a usage example this file: https://github.com/ElmarJ/Waterlooplein3D/blob/main/.github/workflows/cloud-build-action.yml

Unity Cloud Build Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Allows to start a build on Unity Cloud Build, and await its result
v1.2.2
Latest

Unity Cloud Build Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.