How to make custom shaped holes in terrain
- by Guy Ben-Moshe
So I'm trying to create a game where you fit certain shaped objects into the hole that fits them (similar to the young children's game with different shaped blocks) in Unity 3D.
I've encountered a problem, how do I make the holes in the terrain? Or what type of object should I use for making holes in?
So far I've tried to make a 3d model in unity by using other cubes and planes, it just doesn't feel right.
I guess I need to create a model in another software and import to unity, I don't know any other software I can use. Tips would help.