- Home /
Can you add a cut scene animation after a lever pull (another animation)?
Good Evening,
I want to add a cutscene to my level after the player pulls a lever on click.
The idea:
The palyer will walk up to the lever, pull it, and then an animation of a flare will play, and then go back to the game.
Answer by Kiloblargh · Mar 03, 2014 at 05:06 AM
You need a second camera.
Make an animation that turns off the main camera, and then turns it back on in X seconds.
Play the animation, and at the same time play an animation on your cutscene camera that turns it on, then off again in X seconds (and makes it look around / track in, whatever in the meantime, if you want.)
You can create a physically separate part of your level, somewhere underground and not viewable or reachable from anywhere else in the level, that the cutscene camera sees.
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Animation in Unity 4.3 0 Answers
Animation spins wildly after completed 0 Answers
How can I reassign animation curves to play on a child object (instead of through parent)? 1 Answer
Problem with animation: they always start at the same rotation!! 1 Answer