Hai, i created a turn based strategy game in unity3d and i am posting in here because i wanted to ask you guys in this forum a question. How do i center the camera to an object? lets say i got 1 object which is circle, and another object which is cylinder and my camera is on third person view (i modify it on working view in unity3d, not in code). I want to center my camera to that cylinder when the turn of circle is 0.
Basically, when i click the object (cylinder), the camera centered in the center of that object.