Reply To: I'm curious about how to cut a hole in the terrain like a bridge from one side to another?

Forum Archive I'm curious about how to cut a hole in the terrain like a bridge from one side to another? Reply To: I'm curious about how to cut a hole in the terrain like a bridge from one side to another?

#23976
Jonathan Gonzalez
Participant

    The terrain system in Unity is very limited. You’re basically limited to creating height variations. You could find a voxel plugin for Unity, albeit they are expensive performance wise. A lot of times people just combine basic terrain in Unity with more detailed 3d meshes created externally.