Reply To: It looks to me like the FPS Controller uses transform to move the character, I'm guessing the 3rd Person does also. Howev…

Forum Archive It looks to me like the FPS Controller uses transform to move the character, I'm guessing the 3rd Person does also. Howev… Reply To: It looks to me like the FPS Controller uses transform to move the character, I'm guessing the 3rd Person does also. Howev…

#22814
Jonathan Gonzalez
Participant

    I’m not entirely sure I understand what you’re asking. The force/friction/mass/gravity is partly controlled by the rigidbody that you’d apply. The force itself is controlled by a script. I’ve seen them used together, and I’ve also seen character movements that don’t rely on physics forces at all. Really just depends what you feel comfortable with and what works best for your specific character.