Hey all!
I'm getting a single error when I run my game (not a game breaker, but a red error) and I can't figure out how to track down the problem.
The error states:
decomposepolygoninconvex: Convex decomposing failed!
<C++ Source> core/math/geometry.cpp:702 @ decomposepolygoninconvex()
I'm guessing it's a tilemap collision error, but as I have multiple tilemaps and tons of unique tiles within those tilemaps, I'm trying to figure which tile or collision volume within those tiles is causing the error.
Does anyone know of a way to "drill down" further into the error? I had a quick look at profiler but don't see any options there to help me isolate the error.
Thanks in advance!