Alexdanut
1
Q:

make camera follow character unity 2020

  public Transform player;  public Vector3 offset;    void Update ()   {      transform.position = new Vector3 (player.position.x + offset.x, player.position.y + offset.y, offset.z); // Camera follows the player with specified offset position  }
-1

New to Communities?

Join the community