im making a voxel type game currently, and i have run into sort of a road block with my world generation.
i want the world to dynamically generate, sorta like how minecraft does, and have it working pretty much the way i want, but the game crashes at around 50 000 generated objects.
is there any way to be able to optimize it to be able to create an infinite world?
(im assuming the crashes are caused by the number of objects)