Search Unity

Camera set problem

Discussion in 'Getting Started' started by milamila, Feb 1, 2017.

  1. milamila

    milamila

    Joined:
    Nov 21, 2013
    Posts:
    16
  2. Schneider21

    Schneider21

    Joined:
    Feb 6, 2014
    Posts:
    3,512
    You nailed it: the "problem" is in the smooth follow script. What's probably happening is that in one of its Update methods, it's setting the camera's position based on the target's position and a few other values, likely something called "distance" or "offset". What you need to do is change those other values to push the camera's intended position to where you want it.