The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
70 views

Unity3D: How to make the camera focus a moving game object with ITween?

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 ...