Search Unity

First Person Controller resize and OnClick event

Discussion in 'Editor & General Support' started by Gigiga, Jan 21, 2014.

  1. Gigiga

    Gigiga

    Joined:
    Jan 21, 2014
    Posts:
    4
    Hey there, I am new to Unity3D and I have a few problems. First off all, I want to make my first person controller (prefab) bigger. The prefab is too small for my enviroment. scaling it up doesn't work for me.
    Second I want to maken an GUI Text appear when the player clicks on an object. With a normal camera, this works fine, but with the little FP Controller, this doesn't work.
    I hope you can help me.
     
  2. rrh

    rrh

    Joined:
    Jul 12, 2012
    Posts:
    331
    For the second, go to Component > Rendering > GUILayer
    without the GUILayer component the camera won't render GUI elements.