Unity3D: How to make the camera focus a moving game object with ITween?
- by nathan
I'm trying to write a solar system with Unity3D. Planets are sphere game objects rotating around another sphere game object representing the star.
What i want to achieve is let the user click on a planet and then zoom the camera on this planet and then make the camera follow and keep it centered on the screen while it keep moving around the star.
…