สำคัญ
การดำเนินการไม่ได้รับการดูแลรักษาอีกต่อไป และถูกย้ายไปยัง buildalon/unity-setup
การดำเนินการ GitHub แบบอะตอมมิกสำหรับดาวน์โหลดและติดตั้ง Unity Editor สำหรับนักวิ่ง
UNITY_EDITOR_PATH
เส้นทางไปยังการติดตั้ง Unity EditorUNITY_PROJECT PATH
เส้นทางสู่โครงการความสามัคคีUNITY_EDITOR_VERSION
เวอร์ชันของ Unity Editor ที่ติดตั้งส่วนหนึ่งของโครงการโอเพ่นซอร์ส Mixed Reality Toolkit (XRTK)
การดำเนินการนี้ไม่จำเป็นต้องใช้ XRTK ในโปรเจ็กต์ Unity ของคุณ
jobs :
setup-unity :
strategy :
runs-on : ${{ matrix.os }}
strategy :
matrix :
include :
- os : ubuntu-latest
build-targets : ' StandaloneLinux64 Android iOS '
- os : windows-latest
build-targets : ' StandaloneWindows64 Android iOS '
- os : macos-latest
build-targets : ' StandaloneOSX Android iOS '
steps :
- uses : actions/checkout@v4
- id : unity-setup
uses : xrtk/unity-setup@v7
with :
build-targets : ${{ matrix.build-targets }} # Optional, specify the build targets to install
version-file-path : ' ProjectSettings/ProjectVersion.txt ' # Optional, specify a path to the unity project version text file
# architecture: 'arm64' # Optional, specify the architecture to install (x86_64 or arm64)
- run : |
echo "${{ env.UNITY_EDITOR_PATH }}"
echo "${{ env.UNITY_PROJECT_PATH }}"