Move cinemachine 2d by touching

Hi dear all.

I’m making a 2d game, The main virtual camera will follow the player in a normal state, The second camera should follow the gesture when the player touches the screen.

My question is how to make https://1921681254.mx/ the second camera? current I add a game object and set the second camera to follow it, set the damping is zero, When the player touches the screen, I move the game object by touch pointer, is it a best practice?

Yes, that sounds like a good solution. :slight_smile: For dragging, I would image that you will want to have damping to make it smooth.