diff --git a/.yamato/wrench/wrench_config.json b/.yamato/wrench/wrench_config.json index 3d2f84326b..2c2298c875 100644 --- a/.yamato/wrench/wrench_config.json +++ b/.yamato/wrench/wrench_config.json @@ -32,6 +32,9 @@ ], "6000.6": [ "com.unity.charactercontroller" + ], + "6000.7": [ + "com.unity.charactercontroller" ] }, "postPackCommands": [] diff --git a/Tools/CI/Settings/InputSystemSettings.cs b/Tools/CI/Settings/InputSystemSettings.cs index 9293eb4ca0..c8ddd55d8e 100644 --- a/Tools/CI/Settings/InputSystemSettings.cs +++ b/Tools/CI/Settings/InputSystemSettings.cs @@ -118,6 +118,13 @@ public InputSystemSettings() { "com.unity.charactercontroller" } + }, + { + new Editor("6000.7", ""), + new HashSet() + { + "com.unity.charactercontroller" + } } };