- Home /
i can't get an object to respond to collision! (newbie question)
i applied a mesh collider to my mesh, and a character controller to my player, but i still can't get him to stop at the mesh!
screen of my mesh:
screen of my player:
any help is appreciated! thanks!
Comment
Answer by ExpiredIndexCard · Apr 24, 2013 at 05:06 AM
Have you tried adding a rigid body? Try that. If that doesn't work tell me
it didn't seem to work when i put it on both the objects. i'm wondering if i have the colliders wrong. i have a mesh collider for my wall (i made it in sketchup) and a character controller for my player. i tried adding rigidbodies in a number of combinations, but none of them seemed to work. one of them added collision, but just made the house bounce away when it was touched.