Skip to content

Commit 18172d6

Browse files
committed
Ignore com.unity.charactercontroller temporarily
1 parent 7ff44f1 commit 18172d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.yamato/wrench/wrench_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"com.unity.xr.visionos"
2929
],
3030
"6000.5": [
31+
"com.unity.charactercontroller",
3132
"com.unity.polyspatial",
3233
"com.unity.polyspatial.extensions",
3334
"com.unity.polyspatial.visionos",

Tools/CI/Settings/InputSystemSettings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ public InputSystemSettings()
122122
"com.unity.polyspatial.visionos",
123123
"com.unity.polyspatial.extensions",
124124
"com.unity.polyspatial.xr",
125-
"com.unity.xr.visionos"
125+
"com.unity.xr.visionos",
126+
"com.unity.charactercontroller"
126127
}
127128
}
128129
};

0 commit comments

Comments
 (0)