Hello all, I have a player that only moves along the Y axis and I have a stationary enemy. How can I get my enemies eyes (2 sphere game objects) to follow my player's movement up and down? I've tried "transform.LookAt(targetPoint.position);" but it completely distorts the eye objects. Thanks in advance to anyone who can help with this.
↧