- Home /
How to smoothly rotate camera around an object with touch
Hey Friends, I am new in unity... I am facing a problem regarding how to move camera around an object with touch but the movement should be smooth.. your help would be apprectaited
Comment
Answer by Berenger · Feb 28, 2014 at 08:48 AM
Put the rotation script on an empty gameobject, then use a smoothfollow script on your camera with that object as target. Might be a bit trickier than that if you want it to stay on at the same radius though.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
How to make my player look in the direction of its movement? 3 Answers
RTS Camera Rotation and Movement 0 Answers
Problems with Lerp. 1 Answer