Disable axis lock in SideScroller Template

Hi, I started my project with the SideScroller Template. Now I would like to enable 3D movement for my character. I have already set up the axis and linked it to a “Add movement input” Node in the Blueprint, however since I started the project with the SideScroller Template, the character is locked to y-Axis movement. How can I enable x-Axis movement? Or do I have to start over on a different template?

Hello, you probably have the Constrain to Plane property checked on the character’s CharaterMovement Component, under the Planar Movement section,

Cheers

Thanks, it works now!