Broken Camera and Movement

Hey guys. I followed the tutorial to modify the movement. [Eng] Ability/Skill Tree System: Adding Controls and Adjusting the Camera #02 - YouTube

I made everything like in the tutorial (BPs are down) and of course switch everything and all of the controls is being controlled by my new player controller. I change everything in the Game Mode etc. Also, I was working from First Person template and kinda changed it to 3rd person.

I have this weird bug when I can’t move the camera because it’s “jumping back” to the bottom, I can’t move it to the left or right, only top/bottom and of course it’s always jumping back.

Also, my movement is like flipped, so the character is walking “backwards”. Imgur: The magic of the Internet

I’d appreciate some help! thanks in advance.

Movement BP:
Imgur: The magic of the Internet - InputAxisTurn
Imgur: The magic of the Internet - InputAxis Move Right
Imgur: The magic of the Internet - InputAxis Move Forward
Imgur: The magic of the Internet - InputAxis LookUp

Enabling turning: Imgur: The magic of the Internet

Imgur: The magic of the Internet - Click to move to the location

Thanks in advance!

welcome :slight_smile: I think the camera jumping issue is that your camera spring arm is colliding with the scenery collision, or with your player pawn (if the camera is on a separate actor). To test for this, just go to the Spring arm component and turn off collision… if the issue persists, just come back here and we’ll figure it out