@@ -24,16 +24,15 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
2424 - utr --artifacts_path=build/logs --testproject={{ project.path }} architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testCategory=!Performance --scripting-backend=il2cpp
2525
2626 variables :
27- {% if platform.name == "ps4" %}
27+ # PS4 related
2828 SCE_ORBIS_SDK_DIR : ' C:\Users\bokken\SCE\ps4_sdk_12_00'
29- {% else if platform.name == "ps5" %}
29+ # PS5 related
3030 SCE_PROSPERO_SDK_DIR : ' C:\Program Files (x86)\SCE\Prospero SDKs\9.000'
3131 SHADER_COMPILER_PATH : ' ${SCE_PROSPERO_SDK_DIR}\target\bins'
3232 SCE_ROOT_DIR : ' C:\Program Files (x86)\SCE'
33- {% else if platform.name == "switch" %}
33+ # Switch related
3434 NINTENDO_SDK_ROOT : ' C:\Nintendo\nx_sdk-18_3_0\NintendoSDK'
3535 UNITY_NINTENDOSDK_CLI_TOOLS : ' ${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
36- {% endif %}
3736 artifacts :
3837 logs :
3938 paths :
@@ -73,16 +72,15 @@ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }}:
7372 - utr --artifacts_path=build/logs --testproject={{ project.path }} --editor-location=.Editor --platform={{ platform.standalone }} --player-load-path=build/players --testCategory=!Performance --scripting-backend=il2cpp
7473
7574 variables :
76- {% if platform.name == "ps4" %}
75+ # PS4 related
7776 SCE_ORBIS_SDK_DIR : ' C:\Users\bokken\SCE\ps4_sdk_12_00'
78- {% else if platform.name == "ps5" %}
77+ # PS5 related
7978 SCE_PROSPERO_SDK_DIR : ' C:\Program Files (x86)\SCE\Prospero SDKs\9.000'
8079 SHADER_COMPILER_PATH : ' ${SCE_PROSPERO_SDK_DIR}\target\bins'
8180 SCE_ROOT_DIR : ' C:\Program Files (x86)\SCE'
82- {% else if platform.name == "switch" %}
81+ # Switch related
8382 NINTENDO_SDK_ROOT : ' C:\Nintendo\nx_sdk-18_3_0\NintendoSDK'
8483 UNITY_NINTENDOSDK_CLI_TOOLS : ' ${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
85- {% endif %}
8684 artifacts :
8785 logs :
8886 paths :
0 commit comments