{"id":14960375,"url":"https://github.com/buildalon/unity-action","last_synced_at":"2025-10-24T18:30:34.977Z","repository":{"id":252307062,"uuid":"840002859","full_name":"buildalon/unity-action","owner":"buildalon","description":"A Github Action to execute Unity Editor command line arguments","archived":false,"fork":false,"pushed_at":"2024-09-26T23:37:17.000Z","size":37,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-27T23:01:11.363Z","etag":null,"topics":["action","buildalon","cd","ci","game-ci","github-action","unity","unity-action","unity-build","unity-ci-cd","unity-cli","unity3d","untiy-actions"],"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-08T19:03:03.000Z","updated_at":"2024-09-23T13:58:34.000Z","dependencies_parsed_at":"2024-09-29T06:19:06.565Z","dependency_job_id":null,"html_url":"https://github.com/buildalon/unity-action","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"7414294e93ecf892719f499a18090f00158e084e"},"previous_names":["buildalon/unity-action"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildalon","download_url":"https://codeload.github.com/buildalon/unity-action/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","buildalon","cd","ci","game-ci","github-action","unity","unity-action","unity-build","unity-ci-cd","unity-cli","unity3d","untiy-actions"],"created_at":"2024-09-24T13:22:09.340Z","updated_at":"2025-10-24T18:30:34.973Z","avatar_url":"https://github.com/buildalon.png","language":"TypeScript","readme":"# Buildalon Unity Action\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) [![validate](https://github.com/buildalon/unity-action/actions/workflows/validate.yml/badge.svg?branch=main)](https://github.com/buildalon/unity-action/actions/workflows/validate.yml)\n\nA Github Action to execute [Unity Editor command line arguments](https://docs.unity3d.com/Manual/EditorCommandLineArguments.html).\n\n## How to use\n\n### Workflow\n\n```yaml\njobs:\n  build:\n    env:\n    runs-on: ${{ matrix.os }}\n    strategy:\n      matrix:\n        include:\n          - os: ubuntu-latest\n            build-target: StandaloneLinux64\n          - os: windows-latest\n            build-target: StandaloneWindows64\n          - os: macos-latest\n            build-target: StandaloneOSX\n    steps:\n      - uses: buildalon/unity-action@v3\n        name: ${{ matrix.build-target }}-Build\n        with:\n          editor-path: path/to/your/unity/editor/installation\n          project-path: path/to/your/unity/project\n          log-name: ${{ matrix.build-target }}-Build\n          build-target: ${{ matrix.build-target }}\n          args: -quit -nographics -batchmode\n```\n\n### Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `editor-path` | The path to the unity editor installation you want to use to execute the arguments with. | If `UNITY_EDITOR_PATH` environment variable is not set. | `env.UNITY_EDITOR_PATH` |\n| `project-path` | The path to the unity project you want to use when executing arguments. | If `UNITY_PROJECT_PATH` environment variable is not set, or if it isn't required for the command. | `env.UNITY_PROJECT_PATH` |\n| `build-target` | The build target to use when executing arguments. | false | |\n| `args` | The [arguments](https://docs.unity3d.com/Manual/EditorCommandLineArguments.html) to use when executing commands to the editor. (Note: use `-force-graphics` to override auto-added `-nographics` argument) | true | `-quit -batchmode -nographics` |\n| `log-name` | The name of the log file to create when running the commands. | false | `Unity-yyyyMMddTHHmmss` |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Funity-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildalon%2Funity-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Funity-action/lists"}