{"id":14960378,"url":"https://github.com/buildalon/activate-unity-license","last_synced_at":"2025-10-24T18:30:41.641Z","repository":{"id":252107427,"uuid":"839435562","full_name":"buildalon/activate-unity-license","owner":"buildalon","description":"A GitHub Action to activate a Unity Game Engine license for CI/CD workflows","archived":false,"fork":false,"pushed_at":"2024-09-23T14:40:18.000Z","size":144,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-27T23:01:12.367Z","etag":null,"topics":["action","activate-unity-license","automation","buildalon","cd","ci","ci-cd","game-ci","github-actions","license-checking","license-management","unity","unity-license","unity3d"],"latest_commit_sha":null,"homepage":"https://buildalon.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildalon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T15:49:02.000Z","updated_at":"2024-09-17T18:55:49.000Z","dependencies_parsed_at":"2024-09-29T06:19:04.733Z","dependency_job_id":null,"html_url":"https://github.com/buildalon/activate-unity-license","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"ffa14a8f2de54fefcd874c63dfb740c91659cb61"},"previous_names":["buildalon/activate-unity-license"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Factivate-unity-license","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Factivate-unity-license/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Factivate-unity-license/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Factivate-unity-license/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildalon","download_url":"https://codeload.github.com/buildalon/activate-unity-license/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868213,"owners_count":16555876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","activate-unity-license","automation","buildalon","cd","ci","ci-cd","game-ci","github-actions","license-checking","license-management","unity","unity-license","unity3d"],"created_at":"2024-09-24T13:22:09.600Z","updated_at":"2025-10-24T18:30:41.636Z","avatar_url":"https://github.com/buildalon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buildalon Activate Unity License\n\n[![Discord](https://img.shields.io/discord/939721153688264824.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/VM9cWJ9rjH) [![marketplace](https://img.shields.io/static/v1?label=\u0026labelColor=505050\u0026message=Buildalon%20Actions\u0026color=FF1E6F\u0026logo=github-actions\u0026logoColor=0076D6)](https://github.com/marketplace?query=buildalon) [![actions](https://github.com/buildalon/activate-unity-license/actions/workflows/validate.yml/badge.svg?branch=main\u0026event=push)](https://github.com/buildalon/activate-unity-license/actions/workflows/validate.yml)\n\nA GitHub Action to activate a [Unity Game Engine](https://unity.com) license for CI/CD workflows.\n\n## How to use\n\nThis action uses your stored environment secrets to authenticate with the Unity Licensing servers.\n\n***It's important that you disable other forks of your repository to run actions in pull requests from unknown contributors.***\n\n\u003e Read more on [Approving workflow runs from public forks](\nhttps://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks)\n\n[![Managing GitHub Actions settings for a repository](RecommendedSecuritySettings.png)](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)\n\n### inputs\n\nThis action requires several secrets that need to be setup in the repository or organization's action secret store.\n\n* `UNITY_USERNAME`: The ***email address*** you use for your Unity Id.\n* `UNITY_PASSWORD`: The ***password*** you use for Unity Id access.\n* `UNITY_SERIAL`: The ***Serial number*** for the seat.\n* `UNITY_SERVICES_CONFIG`: Unity License Client `services-config.json` encoded as base64 string.\n\n\u003e [!IMPORTANT]\n\u003e Don't forget that Professional licenses only support 2 activations at a time!\n\n| name | description | required |\n| ---- | ----------- | -------- |\n| `license` | Must be one of `personal`, `professional`, or `floating`. | Defaults to `personal` |\n| `username` | The ***email address*** you use for your Unity Id | Required for `personal`, `professional` license activations |\n| `password` | The ***password*** you use for Unity Id access | Required for `personal` and `professional` license activations |\n| `serial` | The ***Serial number*** for the seat | Required for `professional` license activations, but not named seats. |\n| `configuration` | Unity License Client `services-config.json` encoded as base64 string | Required for `floating` license activations |\n| `license-version` | Must be one of `4.x` (Unity 4.x), `5.x` (Unity 5.x), `6.x` (Unity 2017+) | Defaults to `6.x` |\n\n### workflow\n\n```yaml\nsteps:\n  - uses: buildalon/activate-unity-license@v2\n    with:\n      license: 'Personal' # Choose license type to use [ Personal, Professional, Floating ]\n      username: ${{ secrets.UNITY_USERNAME }}\n      password: ${{ secrets.UNITY_PASSWORD }}\n      # serial: ${{ secrets.UNITY_SERIAL }} # Required for pro activations\n      # configuration: ${{ secrets.UNITY_SERVICES_CONFIG }} # Required for floating license activations\n      # license-version: '6.x' # Optional, defaults to '6.x', can be set to '5.x' for Unity 5.x licenses\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Factivate-unity-license","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildalon%2Factivate-unity-license","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Factivate-unity-license/lists"}