How to make camera as player in game?
Well my problem is that I can't make my game finished because I don't know how to make special features. So I'm trying to make FPS and I'm using camera as a player. But my main problem is that there is obstacles in map and if I make camera "dynamic" it will collision on the walls and that's what I want. But when camera is dynamic it drops on the "floor" at beginning of the game and that's not I want and also when camera in dynamic and I collision to wall it bounces off the wall and that's feature I don't either want.
Sorry for bad english, I'm from Finland.


I'm not too familiar with the game engine, but if you haven't found a solution yet...
Try parenting the camera to an object that's already on the floor (a cube). The cube will fall to the floor, while the camera stays above it.