- Home /
Way to make rigidbody first person controller compatible with mobile?
I'm using a first-person controller (rigid body version) from the unity standard assets (it is slightly modified to work with photon multiplayer stuff). I'm wondering if there is a way to make it so that I can control it with mobile for a mobile build.
thanks!
Answer by Chimz · Sep 25, 2021 at 08:38 PM
Are you asking about how to program the controls to work with Mobile, or have you already done that and it's the Rigidbody that doesn't work?
Your answer
Follow this Question
Related Questions
How to prevent camera jitter when moving my Rigidbody first person controller 4 Answers
Rigid body first person controller X axis mouse look 0 Answers
Standard RigidbodyFPSController incomplete feature 0 Answers
How do you add a fixed joint to a first person controller 1 Answer
How can i make my RigidBodyFPSController to move when Is Kinematic is true ? 1 Answer