Hi,
I am not sure if I am missing something or using this wrong… but I have a character that uses mecanim rootmotion.
Why is it when I try and get this character to look at a particular object it always moves towards this? How do I make it look at the object without having it moving the character.
transform.LookAt( new Vector3(sphere.transform.position.x, sphere.transform.position.y, sphere.transform.position.z) )