Skip to content

Instantly share code, notes, and snippets.

@moon-goon
Last active January 24, 2016 03:32
Show Gist options
  • Save moon-goon/85474942160aea832531 to your computer and use it in GitHub Desktop.
Save moon-goon/85474942160aea832531 to your computer and use it in GitHub Desktop.
public GameObject target;
void LateUpdate() {
transform.LookAt(target.transform);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment