Collisions and clipping.

I have the character moving and executing my animation while using transformation to make him move and rotate. However the char walks through walls or through stairs, lol. I have seen the FPSWalker script but I wanted to ask whether there is an faster way to implement collision thus allowing the char to use the stairs and not going through them. Hey my game is not about super heroes yet. Thanks.

Have a look at this example project:

Thanks,

Galen

Thank you for the help. I would try to implement a fix for my own though, just for the learning process.