Hi everyone!
I create a game from this Roll-A-Ball turorial.
(http://unity3d.com/learn/tutorials/projects/roll-a-ball/introduction)
My problem is, I want to attach a camera to the rolling ball.
I tried the parent-child connection between the cam and player object but the camera rotating every axis. I need to rotate (turn) with the player smoothly, and of course the ball still rolling.
Please help I only use Unity since few days.