Hello all,
I'm new to unity and currently building a voxel engine.
I now have a chunk that has a mesh.
My question is: Is it efficient to turn on built in physics stuff of unity on on the chunk mesh (keep in mind there will be a lot of chunks in the future). Or is it better to write my own collision logic for the objects that have to collide with the blocks.
↧