weird jumping and stopping

hi, noob here, i dont know what im doing wrong but when i try to move in game my character suddenly stopps or slows down velocity and sometimes he jumps without reason, can anyone help me with this problem?

im using the character controller, character motor, fpsinput controller and mouse look

Hey max,

Have you written any of the code yourself? If you have, can you please post it so we can help?

-Hope I Helped, Gibson

make sure your character controller is above the ground plane. if it's even slightly stuck inside, it will glitch out, usually causing you to fall through.

also, make sure you don't use a weird shape as your mesh collider. keep it simple to avoid weird issues.

hope this helps.

shawn

i figured out the problem, the parts of my gun had colliders, if anyone else has this problem they can remove colliders and it should work.