Making a hole for ball drop

Hi,

I built a game similar to roll-a-ball and want to make the ball drop on a hole.

But I do not know how to create a hole on the table. May I know if anyone knows?

Thank you.

I’m new to Unity myself, so don’t take my reply as complete truth, but I don’t think you can do what your asking in Unity itself. To create the hole you would need to make asset in an external 3D editing program, then import it into Unity.

if you are trying to get it so where the ball falls onto another level you could, as an option, use three walls on one side. A wall on each end that leaves a gap just big enough for the ball to roll through and the third wall fills the gap until the pick ups are collected, then deactivate the third wall to allow the ball to roll of to the next level.