Odd FPS controller bug

For some reason, I can’t move right while looking down. No idea why. It’s only in 1 of my scenes however. I know anything could have made it happen, but, help?

My guess is when you look down it’s moving your collider into the ground. But i dont think that would be it if you can move in the other direction.

Try checking through your game object and see if there are any colliders that could be colliding with eachother within the object. Or maybe one is going into the ground. Try looking at the ground in “game mode” in the editor, and select the game object from your heirarchy. Then look at it in scene mode, and see if theirs any collisions going on. Or maybe select the entire scene from heirarchy and do the same.