How to move a sphere like a third person shooter, but with rotation of the sphere and camera to stay behind of the move direction of the sphere?
Please help, i tried a bunch of scripts and nothing worked correctly, sometimes when i make camera a child of the sphere the camera rotates around the sphere.
The idea is, that i want the camera to be behind of a sphere and follow it, but when i move the sphere to the right i want the camera to be behind the sphere pointing the towards right direction, just like you rotate a character and the camera stay behind, (Ex: GTA IV).
The tutorial just show how to make camera track an object on scene.