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?