SuperCharacterController
SuperCharacterController copied to clipboard
Unity custom character controller
Hi, I've noticed an issue when walking on cube colliders with unequal scale values. ( See the picture for an example ) I think it's the closest point on surface...
When attempting to walk up certain slopes, the character will go into a "bobbing" motion where they go up and then slide down the slope repeatedly. Sometimes the player will...
How can I change this to limit movement to Left/Right (x) and jump up (y)? I am looking at the PlayerMachine.cs file now but am not familar with this controller....
Bug introduced in commit "Fixed issue where SimulateSphereCast would cause controller to snap to ground off a ledge": Changing Physics.Raycast to Physics.SphereCast in "SimulateSphereCast" has made slope limit no longer...
The camera will continuously rotate diagonally when using a ps4 controller in the demo.
first of all thanks for this magnificent project! These days I'm finding character controller that possible gravity and change orientation such as forwardAxis flip. and I think this project could...
Hey dude, the character controller is really great stuff, but currently there is no trigger detection. My character uses triggers in the world to run interactions and scripts, but without...
Having issues with your Controller. I've set up a new project and imported the required package, and copied your scripts over from your demo, and this gets spammed in my...
In demo scene, if you locate Player at point (x=0, y=any, z=0) then press jump key, he falls through. Moodie's custom controller gives the same result. At other point, it...