Hi everyone, I have no idea what the hell happen. My character was moving just fine yesterday but now it’s only moving along the Y axis only. Whenever I rotate the camera along the x axis and try to my character in that direction, it doesn’t want to move but when I rotate it back on the Y axis, it’s starts moving again. Does anybody have any idea what the heck happen or what I can do to fix this problem. I appreciate it if you can in anyway.
How does your Code Look Like? And the character+camera settings
Start a new project and compare the 1st/3rd person BP between that and your current project. It sounds like you’ve modified something and broken it…
Sorry for the late reply guys and thank you for your responses. I’ve been busy and having problems with my pc but I finally figured out why my character was only running along the Y axis and would not run in the direction of the X axis. In my character bp on the CharacterMovement component and in the detail panel under Planar Movement, there is an option that says “Constrain to Plane”. I had that option active, and that’s why I was having that problem.