actions-marketplace-validations/Build Unity 1.0.4
Build Unity project on Ubuntu, macOS or Windows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 6, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/iojuedioe9rd_build-unity-1.0.4@425ea964403e3fe8788cb6eb2fcdddec6a1a1c3e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| unity-path | Path to Unity executable. UNITY_PATH env will be used if not provided | no | — |
| project-path | Path to Unity project | no | ${{ github.workspace }} |
| build-target | Build target | yes | — |
| build-path | Path to build output. Only for default build method | no | — |
| build-version | Set application version. Only for default build method | no | — |
| build-number | Set application build number. Only for default build method | no | — |
| build-defines | Set scripting define symbols. For example, RELEASE_VERSION;ENG_VERSION. Only for default build method | no | — |
| android-keystore-base64 | The base64 contents of the android keystore file. Only for default build method | no | — |
| android-keystore-pass | The android keystore password. Only for default build method | no | — |
| android-keyalias-name | The android keyalias name. Only for default build method | no | — |
| android-keyalias-pass | The android keyalias password. Only for default build method | no | — |
| build-method | Path to build method. For example, MyEditorScript.PerformBuild. Default build method will be used if not provided | no | — |
| build-method-args | Custom arguments for build method | no | — |
Outputs
| name | description |
|---|---|
| build-path | Path to build output |