I’m having trouble making the transition from the 2D perspective to the 3D one, because my character is not able to move as desired, in the 2D perspective, he walks to the side (D key) as soon as I change the camera position to do this the 3D perspective he still continues to walk sideways and not forward, how do I make my character in 2D walk forward (right) and back (left (D and A key) and how do I, after the transition for him to move forward and backward(W and S key) and sideways(D and A key)?
Hey there @erik071003! Welcome to the community! There’s a number of ways to go about this, if you are using the enhanced input system, you could just change the inputs out every time you change between the modes. However, I’d probably have a variable for which state you are in (Either 2D or 3D) and execute your input differently depending on your state.
E Se no caso for 3d Scroll para a 3° pessoa? como funcionaria para mudar a camera, e os imputs?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.