I'm trying to make a super monkey ball/marble madness game. How can I make a camera that follows a ball, rotates to face the direction its rolling but doesn't spin around like crazy whenever the ball rolls?
2 Answers
2http://answers.unity3d.com/questions/47739/find-itween-path-nodes-position http://answers.unity3d.com/questions/4977/how-to-let-a-gameobject-or-camera-follow-a-path
Super Monkey Ball and Marble Madness are completely different. SMB is 3D third person, and MM is a fixed-view-direction isometric game.
– almo