- Home /
how to make hole on plane for ball to fall through
hi, was wondering how do you place holes around your plane so a ball can fall through them, i need it to create a maze type of game and i need holes for a trap. any ideas cant find anything. thanks
Answer by SunnyChow · Jan 03, 2016 at 05:57 AM
i saw some tutorial like that. You basically need a tube mesh collider and a trigger
When a rigidbody enter the trigger, use function Physics.IgnoreCollision() to make it ignore the wall. When it leave the trigger use that function to turn off the ignore.
Your answer

Follow this Question
Related Questions
zombies and the player SUDDENLY(not a beginning but a middle of playing) falling down 1 Answer
Player(box) randomly falls through objects. 1 Answer
How to make a character stop going through the terrain? 0 Answers
Achieved Prone & Crouch, but there is a little question in my mind. (Character Controller) 0 Answers
How do I keep my camera from going through the floor? 3 Answers