Camera Preview
Hi guys,
Just wondering how you can achieve this.
I would like, if possible, for the game level to preview before the game starts - for example, you click on level 1, the camera starts at the end and pans to the start where you see your character before you start playing, so you basically get a 'preview' of whats ahead.
If this isn't possible, then no sweat, I just thought it would be a nice little feature to include in my very basic platformer.
As always, thank you all for your help,
Cheers,
Chris
Just wondering how you can achieve this.
I would like, if possible, for the game level to preview before the game starts - for example, you click on level 1, the camera starts at the end and pans to the start where you see your character before you start playing, so you basically get a 'preview' of whats ahead.
If this isn't possible, then no sweat, I just thought it would be a nice little feature to include in my very basic platformer.
As always, thank you all for your help,
Cheers,
Chris
Comments
1. have the camera position in the correct place when the scene loads (i.e. at the end )
2. interpolate the camera to where your character is.
3. use rules to block any gameplay actions, timers etc. that you don't want to happen during the preview