From 0f5bc7430e8788ad5859849d19bb11b7511affd1 Mon Sep 17 00:00:00 2001 From: cocos-robot Date: Mon, 13 Jan 2025 03:11:35 +0000 Subject: [PATCH] [ci skip][AUTO]: Automated code generating update: 57ce707874044070de86ea874a59d60bff6a928f (#18167) --- native/cocos/core/builtin/DebugInfos.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native/cocos/core/builtin/DebugInfos.cpp b/native/cocos/core/builtin/DebugInfos.cpp index 94aaf9c2fb7..a1701fdf29f 100644 --- a/native/cocos/core/builtin/DebugInfos.cpp +++ b/native/cocos/core/builtin/DebugInfos.cpp @@ -441,6 +441,7 @@ ccstd::unordered_map debugInfos = { { 9641, "[Physics][cannon.js]: sweep functions are not supported in cannon.js" }, { 9642, "[Physics] PhysicsSystem initDefaultMaterial() Failed to load builtinMaterial." }, { 9643, "[Physics] Failed to load user customized default physics material: %s, will fallback to built-in default physics material" }, +{ 9644, "[Physics] Failed to find ear. There might be self-intersection in the polygon." }, { 10001, "The sub-mesh contains %d vertices, which beyonds the capability (%d vertices most) of renderer of your platform." }, { 10002, "Sub-mesh may include at most %d morph targets, but you specified %d." }, { 11000, "WebGL context lost." }, @@ -600,6 +601,7 @@ ccstd::unordered_map debugInfos = { { 16405, "This device does not support WebGL2" }, { 16406, "Can't find the spriteFrame of tilesets %s" }, { 16407, "Spline error: invalid mode" }, +{ 16408, "[Physics2D] b2PolygonShape failed to decompose polygon into convex polygons, node name: %s" }, }; }//namespace cc