Please help HERE :)

how…

SidesConstroller( is for joysticks ) + CharacterController + RigidBody

please help…

Woah there… calm down. Can you rephrase the question, because I have no idea what your talking about. Thanks :slight_smile:

Can you please rephrase that so that we can inserts what you are trying to ask? …

A character controller is a Non-RigidBody object. So they don’t really work well together.

You would need to develop a Rigidbody CharacterController…

http://wiki.unity3d.com/index.php/RigidbodyFPSWalker

Check that link out and see if it works for the first part.

Joystick controls are simple. They generally work on Input.GetAxis(“Horizontal”) and Input.GetAxis(“Vertical”). Which is already in that script.

Check it out, try it, and see if you have any questions past that.

In english, I assume your asking if joysticks with character controller can control a rigidbody???