Saturday, October 23, 2010

video #9

Here is the script used in this video
var LookAtTarget:Transform;

function Update ()
{
transform.LookAt(LookAtTarget);
}

No comments:

Post a Comment