wtzd8645/Execute Unity Action
Used for executing an Unity project using a specific installed version. Supports cross-platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| unity_install_dir | Root directory to locate Unity installations. Defaults to the OS-specific Unity installation path. Avoid specifying a direct path to a specific Unity version. | — | — |
| project_path | Absolute path to the Unity project directory that you want to operate on. The path should include 'ProjectSettings' folder. Defaults to the GitHub workspace directory. | yes | ${{ github.workspace }} |
| log_path | The relative path to project_path for the execution log file. Defaults to "unity_output.log" | — | unity_output.log |
| custom_args | Additional command line arguments passed to Unity. Each parameter should start with a dash. If an argument requires a value, place the value directly after the argument, separated by a space. | — | — |
Outputs
no outputs