- Home /
Question by
darkshinji05 · Feb 14, 2011 at 09:33 PM ·
charactermesheswalkingthrough
Character going through meshes with colide.
hello this is my first time trying to do a 3ed person sidescroller game. Im having an issue with my character going through meshes horizontally, but when i jump on top of the mesh the colider works fine. just trying to figure out whats going on.
Thanks.
Comment
Answer by tertle · Feb 14, 2011 at 11:06 PM
Posting code helps... but my guess you're moving your character by modifying the transform.
To have physics work, you have to use the controller.move() function (or add a force)
Your answer
Follow this Question
Related Questions
Footsteps in Character System 1 Answer
My character is really jumpy/laggy 1 Answer
Walking through walls 1 Answer
how to add a walking animation when character is moving? 3 Answers