Setting camera contol
Tigro
Member Posts: 32
I want my level to scroll along with the player so I attached a Camera Control beahviour to them but I also want to not exactly center the player along the Y axis under all circumstances. Namely, here's how I set up my camera: http://i.imgur.com/zwdhFgJ.png
But here's how it looks in the scene: http://i.imgur.com/tXJVDfG.png
As you can see, I want the camera to show the top floor, the ground one and a part of the cellar when the player is on the ground floor or the top one and only move to show the full cellar, ground floor and part of the top floor if the player is in the cellar himself.
How can I achieve this?
Comments
Don't put the camera control in the player actor. Put it in another actor that is constrained to the player's location, but offset a little. I use a similar method in the otherwise completely unrelated demo here.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
Works like a charm, thanks a lot