Garbage Collection Constant Lag Spikes?
Hi, I have a procedural voxel terrain which works fine, but suffers from constant framerate drops. I looked at the profiler and it seems to be a garbage collection problem, as you can see in the video it happens constantly at the exact same interval, even when standing still when no chunks are getting created or destroyed. How do I fix this?
Comment