How to make camera as player in game?

1 reply [Last post]
User offline. Last seen 1 year 22 weeks ago. Offline
Sceptic
Joined: 2010-08-22

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.

User offline. Last seen 2 hours 59 min ago. Offline
Fellow
Joined: 2010-05-31
Game Engine Camera

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.