A bit stumped on how to approach this with Cinemachine and the new input system. I might be missing something very obvious here.
For starts I read the player’s touch input with the new input system. I detect the drag delta and then feed it onto the CinemachineInputProvider for the camera to move but it’s not working as expected.
If a player touch drags slowly for 30px, the camera will rotate 3 times, but if a player drags quickly for the same amount, the camera will rotate significantly less around 90 degrees.
What we want is for the camera to move based on the distance the player has swiped (sort of like a dragging behaviour) regardless of the speed and duration of the drag.
A good example of the behaviour of what I’m trying to achieve is something like the mobile game “Play Together”.