I was wondering, how do you handle collisions for each chunk? Is it broken down into a bunch of box colliders? Do you use your own custom colliders instead of the builtin physics?
I forget if I responded! but anything in a chunk gets added into a composite, static mesh collider for that chunk.
Props like bushes, trees, boxes, etc, which are added separately, have their own collision behavior.