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.
For the second, go to Component > Rendering > GUILayer
without the GUILayer component the camera won’t render GUI elements.