Search Unity

Need some pointers on creating a simple opening cutscene.

Discussion in '2D' started by Wallywee95, Jan 16, 2020.

  1. Wallywee95

    Wallywee95

    Joined:
    Jun 21, 2019
    Posts:
    4
    Hey guys, I am creating a simple endless runner and have got it to a point where the gameplay loop is pretty much there (aside from some tweaking).

    Instead of a normal menu, I have an intro/upgrade scene where the player runs off to the right and into the game scene, to start the game. To make this more seamless, I want a small cutscene to happen before the gameplay starts, upon entering, so that it looks like the player runs out from the left side of the screen.

    Obviously the game scene starts straight away with the endless runner gameplay loop, so what would be the best method to create a custcene before hand to preempt the start of the gameplay. I was thinking of duplicating the game scene to create a "cutscene version", creating the cutscene with Timeline and then loading the actual game scene, but unsure if this is the most efficient way to do it going forwards.

    Thanks in advance!

    upload_2020-1-16_10-44-49.png
    This is the upgrade/intro scene.

    upload_2020-1-16_10-45-27.png
    It goes directly into this scene.