Character Controller: Lining up feet with ground

I’m having a little trouble… character controller… solved :slight_smile:

Also, I am looking for info on how to make Unity iPhone render both sides of every triangle, not just one side.

Thanks!

problem solved with my character controller, but still wondering how i can have unity render both sides of a plane so the material shows on both sides. I know there is someway to do this :stuck_out_tongue: but how?

Triangles only have one face/normal. That obviously goes for all meshes. You would need to give it depth (even just a tiny bit) to be able to see “both sides”.