How to make custom shaped holes in terrain

Posted by Guy Ben-Moshe on Game Development See other posts from Game Development or by Guy Ben-Moshe
Published on 2013-08-16T12:03:22Z Indexed on 2013/10/18 22:19 UTC
Read the original article Hit count: 357

Filed under:
|

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.

© Game Development or respective owner

Related posts about c#

Related posts about unity