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
# Switch related --> win10-switch:v4 unsets NINTENDO_SDK_ROOT, so set it explicitly. SDK 21.4.0 is installed on the image AND matches the editor playback engine's nintendo-switch-support version (21_04); the newer 22.2.0 is NOT installed on this image.
# Switch related --> Switch is DISABLED in project.metafile (MTT-12118): 6000.x/trunk editors mandate NintendoSDK 22.2.x, which is not installed on win10-switch:v4 (only nintendosdk-en-21_4_0 is). This target path is correct for when PETS ships 22.2.x and Switch is re-enabled.
# Switch related --> win10-switch:v4 unsets NINTENDO_SDK_ROOT, so set it explicitly. SDK 21.4.0 is installed on the image AND matches the editor playback engine's nintendo-switch-support version (21_04); the newer 22.2.0 is NOT installed on this image.
# Switch related --> Switch is DISABLED in project.metafile (MTT-12118): 6000.x/trunk editors mandate NintendoSDK 22.2.x, which is not installed on win10-switch:v4 (only nintendosdk-en-21_4_0 is). This target path is correct for when PETS ships 22.2.x and Switch is re-enabled.
Copy file name to clipboardExpand all lines: .yamato/project.metafile
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -118,12 +118,13 @@ test_platforms:
118
118
flavor: b1.large
119
119
larger_flavor: b1.xlarge
120
120
standalone: PS5
121
-
- name: switch
122
-
type: Unity::VM
123
-
image: package-ci/win10-switch:v4
124
-
flavor: b1.large
125
-
larger_flavor: b1.xlarge
126
-
standalone: Switch
121
+
# switch --> DISABLED. SEE MTT-12118. 6000.x/trunk editors mandate NintendoSDK 22.2.x, but package-ci/win10-switch:v4 currently ships only nintendosdk-en-21_4_0. That fixes texture packaging but the native IL2CPP link then fails (undefined symbol std::__1::__hash_memory, from the 22_02 SwitchPlayer.a). Re-enable once PETS publishes a win10-switch image with nintendosdk-en-22_2_x.
122
+
# - name: switch
123
+
# type: Unity::VM
124
+
# image: package-ci/win10-switch:v4
125
+
# flavor: b1.large
126
+
# larger_flavor: b1.xlarge
127
+
# standalone: Switch
127
128
- name: GameCoreXboxOne
128
129
type: Unity::VM
129
130
image: package-ci/win10-xbox:v4
@@ -149,13 +150,14 @@ test_platforms:
149
150
flavor: b1.large
150
151
larger_flavor: b1.xlarge
151
152
standalone: PS5
152
-
- name: switch
153
-
type: Unity::console::switch
154
-
image: package-ci/win10-switch:v4
155
-
flavor: b1.large
156
-
larger_flavor: b1.xlarge
157
-
standalone: Switch
158
-
base: win
153
+
# switch --> DISABLED. SEE MTT-12118 (needs NintendoSDK 22.2.x on the image; see console_build note).
0 commit comments