Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

FPS Help

Discussion in 'Editor & General Support' started by MrFlash, Aug 23, 2012.

  1. MrFlash

    MrFlash

    Joined:
    Aug 23, 2012
    Posts:
    3
    I am new to Unity 3D. I am trying to make a FPS. When I spawn a First Person Controller, it wont go ON the map, it goes behind the map. Here's a screenshot.

     
  2. Swearsoft

    Swearsoft

    Joined:
    Mar 19, 2009
    Posts:
    1,632
    If you are using a script to do the spawning and to get the spawn location, make an object that will serve as your spawn point and get it's xyz.

    If you are simply adding an fps controller into the scene, you can grab it and move it around using the move tool ("W").
     
  3. MrFlash

    MrFlash

    Joined:
    Aug 23, 2012
    Posts:
    3
    But The fps controller wont go ABOVE the ground.
     
  4. Loius

    Loius

    Joined:
    Aug 16, 2012
    Posts:
    546
    It will if you set its position. If, after you set its position, it snaps back, then you either have an animation or another script affecting its position.
     
  5. MrFlash

    MrFlash

    Joined:
    Aug 23, 2012
    Posts:
    3
  6. Swearsoft

    Swearsoft

    Joined:
    Mar 19, 2009
    Posts:
    1,632
    Change the import size of the level.