You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
description: 'Installs the Unity Editor and modules based on the build target and project settings.'
inputs:
version-file-path:
description: 'Optional, specify a path to search for the unity project version text file. Use this if step fails to find a valid project version file.'
required: false
default: ''
unity-version:
description: 'Optional, specify the Unity version to install. You must include the changeset! i.e 2019.4.13f1 (518737b1de84)'
required: false
default: ''
build-targets:
description: 'Optional, specify the build targets to install for (i.e "StandaloneWindows64 WSAPlayer StandaloneOSX iOS StandaloneLinux64 Android Lumin WebGL")'
required: false
default: ''
modules:
description: 'Optional, Additional modules to install with the editor (i.e "webgl android lumin")'
required: false
default: ''
architecture:
description: 'Optional, specify the architecture to install (x86_64 or arm64)'