Collision Maze and Vehicle

Hello, I’m still bouncing back and forth between Unity, Flash and iPhone projects. Back at my Unity project I left off with a continuing problem. I have a brick maze and a vehicle navigating through it. I can’t seem to make the maze react to collisions. I’ve tried making the maze and vehicle rigid bodies and adding mesh colliders, sphere colliders(to vehicle) or even capsule collider but the vehicle continues to pass through the walls. Any suggestions would be well received.

~Digital Duane~

If your tank has a mesh collider attached to the body of the tank, then you should be ok, create a cube, make it a child of the tank, make it the width and breadth of the tank, a tank is really kind of a rectangle anyway, the cube should have a collider already attached to it so that should collide with the wall and stop the tank. Give that a try.