Skip to content

Commit 93845e5

Browse files
authored
CHANGE: Add character controller package to ignore list for 6000.7 (#2452)
1 parent ffbc4ca commit 93845e5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.yamato/wrench/wrench_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
],
3333
"6000.6": [
3434
"com.unity.charactercontroller"
35+
],
36+
"6000.7": [
37+
"com.unity.charactercontroller"
3538
]
3639
},
3740
"postPackCommands": []

Tools/CI/Settings/InputSystemSettings.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ public InputSystemSettings()
118118
{
119119
"com.unity.charactercontroller"
120120
}
121+
},
122+
{
123+
new Editor("6000.7", ""),
124+
new HashSet<string>()
125+
{
126+
"com.unity.charactercontroller"
127+
}
121128
}
122129
};
123130

0 commit comments

Comments
 (0)