_convexComponents.Size() = 506 (max. expected was 400) _pos.Size() = 3522 (max. expected was 3500)
It misses the model (and LOD? - potentially other info like component name, etc) name to really understand what is problematic.
_convexComponents.Size() = 506 (max. expected was 400) _pos.Size() = 3522 (max. expected was 3500)
It misses the model (and LOD? - potentially other info like component name, etc) name to really understand what is problematic.
That message isn't easy to expand.
Also this is not problematic. It means it ran past our pre-allocated storage. The array will just expand dynamically and work fine. It just means we allocate twice.
Unless it spams that message, its not actually a problem that needs solving.
@dedmen Thank you for checking!
As its only logged to debug log, not as easy to judge. Its maybe a few tens to low hundreds per session.
Can do a full model check to see if that gives a better idea.
That aside if it isnt about too complex models or hitting components limits or similar, and you consider it basically a non issue, it can be closed as wont "fix"