Project: Survival shooter Camera Setup

Hi everyone i have problem. When i doing camera setup like in video (in tutorial ). I see this in game window

When i not in Game mode camera have normal position, but when i in game mode camera is like drop down and i not see half of player. I have solution how fixed this need setup “Clipping Planes Near -20” ( in video its default to 0.3) ![](http://ipic.lv/i3/e08492a7/fa56b75e4638072.jpg) Its right solution or not ? What i doing wrong ?

I was having the same problem!

Thanks for the fix.

In case this ever comes up for anyone else, the problem is most likely that the Start function is not being fired and/or the offset variable is not being set. In my case, I named the function start (with a lower case ‘s’) instead of Start.