- Home /
Question by
RubenDW03 · Aug 12, 2020 at 09:22 AM ·
inputmousearrow-keys
How can I pan the camera using the mouse for the x-axes and the up-down arrow keys for the y-axes using the new input system?
So, I'm working on some 3rd person movement. For this I use the Cinemachine - Free look and it's "input provider" to be able to use the new input system. So now what I want to do is pan the camera left and right using the mouse, and using the up and down arrow keys to set the camera's height (y-axes). I tried to use a "2D Vector" composit in which I set the "Up" and "Down" to the according arrow keys, and both the "Left" and "Right" to the "Mouse delta X". But this doesn't work.
Does anyone have a solution for this or a workaround? Thanks in advance!
Comment