1.0.10 • Published 1 year ago

unity-command-github-action v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

unity-command-github-action

This action executes the Unity command line.
For more information about the Unity command line, please refer to the official documentation.

Usage

Simple usage

- uses: akiojin/unity-command-github-action@v1
  with:
    build-target: 'iOS'

Additional arguments

- uses: akiojin/unity-command-github-action@v1
  with:
    build-target: 'iOS'
    project-directory: ${{ github.workspace }}
    additional-arguments: '-v --param="Test"'

Arguments

Common

NameRequiredTypeDefaultDescription
additional-argumentsfalsestring""Specify additional required arguments.
build-targettruestringAllows the selection of an active build target before loading a project.Possible options are:Standalone, Win, Win64, OSXUniversal, Linux, Linux64, LinuxUniversal, iOS, Android, Web, WebStreamed, WebGL, XboxOne, PS4, WindowsStoreApps, Switch, N3DS, tvOS.
execute-methodfalsestring""Execute the static method as soon as Unity opens the project, and after the optional Asset server update is complete.
log-filefalsestring"-"Specify where Unity writes the Editor or Windows/Linux/OSX standalone log file.To output to the console, specify "-" for the path name.On Windows, specify - option to make the output go to stdout, which is not the console by default.
project-directoryfalsestring$GITHUB_WORKSPACEOpen the project at the given path.
unity-versionfalsestring""Specify the Unity version to be used.If omitted, the project version is used.

License

Any contributions made under this project will be governed by the MIT License.

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago