rageagainstthepixel/activate-unity-license
A GitHub Action to activate a Unity Game Engine license for CI/CD workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| license | Must be one of `personal`, `professional`, or `floating`. | no | personal |
| username | The email address you use for your Unity Id. Required for `personal` and `professional` license activations. | no | "" |
| password | The password you use for Unity Id access. Required for `personal` and `professional` license activations. | no | "" |
| serial | The Serial number for the seat. Required for Professional license activations. | no | "" |
| configuration | Unity License Client configuration file `services-config.json` path, raw json, or json encoded as base64 string. Required for `floating` license activations. | no | "" |
| services-config | Deprecated. Same as `configuration`; use `configuration` for new workflows. | no | "" |
| license-version | Must be one of `5.x` (Unity 5.x), `6.x` (Unity 2017+) | no | — |
Outputs
no outputs