File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,12 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
3636 SCE_ORBIS_SDK_DIR : ' C:\Users\bokken\SCE\ps4_sdk_12_00\'
3737{% else if platform.name == "ps5" %}
3838 SCE_PROSPERO_SDK_DIR : ' C:\Program Files (x86)\SCE\Prospero SDKs\6.000'
39+ SCE_ROOT_DIR : ' C:\Program Files (x86)\SCE'
40+ PATH : ' ${SCE_PROSPERO_SDK_DIR}\bin;${PATH}'
41+ SHADER_COMPILER_PATH : ' ${SCE_PROSPERO_SDK_DIR}\target\bins'
3942{% else if platform.name == "switch" %}
4043 UNITY_NINTENDOSDK_CLI_TOOLS : ' C:\Nintendo\nx_sdk-18_3_0\NintendoSDK\Tools\CommandLineTools'
41- NINTENDO_SDK_ROOT : ' C:\Nintendo\nx_sdk-18_3_0 \NintendoSDK'
44+ NINTENDO_SDK_ROOT : ' C:\Nintendo\nx_sdk-19_3_0 \NintendoSDK'
4245{% endif %}
4346 artifacts :
4447 logs :
Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ test_platforms:
102102 flavor: b1.large
103103 standalone: Switch
104104 base: win
105- - name: xboxone
105+ - name: gamecorexboxone
106106 type: Unity::VM
107107 image: package-ci/win10:v4
108108 flavor: b1.large
109109 standalone: GameCoreXboxOne
110110 base: win
111- - name: xboxseries
111+ - name: gamecorescarlett
112112 type: Unity::VM
113113 image: package-ci/win10:v4
114114 flavor: b1.large
You can’t perform that action at this time.
0 commit comments