08-07-2025, 06:34 AM
(07-07-2025, 04:16 PM)josemendez Wrote: Hi!
It's simply not possible for garbage collection or memory leaks to cause such a performance drop - unless a large amount of garbage needs to be collected every frame, or there's a leak is so large it causes the device to run out of RAM, jeopardizing further memory allocation.
My advice would be to check what's actually causing this by using the profiler, the reason for such a large performance drop should be apparent immediately upon opening it. If you share your profiling session, I can help you interpret the profiling info.
kind regards
At this moment I've already solved the issue: in my case helped simply respawn solver. So thanks for quick reply, now I think all is good!
Kind regards,