wtzd8645/Execute Unity Action

Used for executing an Unity project using a specific installed version. Supports cross-platform.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
unity_install_dirRoot directory to locate Unity installations. Defaults to the OS-specific Unity installation path. Avoid specifying a direct path to a specific Unity version.
project_pathAbsolute 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_pathThe relative path to project_path for the execution log file. Defaults to "unity_output.log"unity_output.log
custom_argsAdditional 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.

no outputs