buildalon/Buildalon Activate Unity License

A GitHub Action to activate a Unity Game Engine license for CI/CD workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 18, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: buildalon/activate-unity-license@e0d245d0787b7b9931b56ccbde3b508f6b70f1af # v2.2.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
licenseMust be one of `personal`, `professional`, or `floating`.nopersonal
usernameThe email address you use for your Unity Id. Required for `personal` and `professional` license activations.no""
passwordThe password you use for Unity Id access. Required for `personal` and `professional` license activations.no""
serialThe Serial number for the seat. Required for Professional license activations.no""
configurationUnity License Client configuration file `services-config.json` path, raw json, or json encoded as base64 string. Required for `floating` license activations.no""
services-configDeprecated. Same as `configuration`; use `configuration` for new workflows.no""
license-versionMust be one of `5.x` (Unity 5.x), `6.x` (Unity 2017+)no

no outputs