Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

player follow.

Discussion in 'Navigation' started by yarally3, Apr 6, 2015.

  1. yarally3

    yarally3

    Joined:
    Apr 6, 2015
    Posts:
    2
    I just started using Unity and I'm still figuring out stuff (FYI)

    When I set my camera in the hierarchy menu with my character and set the camera's transform to 0 0 -1,5, the character wont move.

    Help pls.
     
  2. JustJeff

    JustJeff

    Joined:
    Feb 16, 2015
    Posts:
    84
    Did you perhaps accidentally make your character a child of the camera, thereby making the player's position relative to the camera's rather than the camera's position relative to the (moving) player?

    P.S. This should probably go in general ;)