Search Unity

Character control defaults

Discussion in 'Editor & General Support' started by AaronC, Sep 3, 2006.

  1. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    Hey
    When I load up my current project which includes the standard assets, the three character controller assets are all "missing". Im not sure if this is a bug or I'm just not filing my work properly. What I'd like to know is what the three scripts-2 on Character and 1 on Main camera, are.
    I assume they are:
    2 on Character Controller:Mouselook and FPwalker
    1 on camera: Mouselook.

    Generally if I do this, the camera has some weird control where the horizon slips onto an angle, rather than staying like a level horizon
    Gheers
    A
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    You probably removed or moved the scripts around in the finder.

    The scripts in the root of the fps controller are, FPSWalker and one FPS Look (Rotate around y axis).

    On the camera there is another FPS look for looking up / down
     
  3. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    Thanks Joe,
    I can handle a small mod like that
    Cheers