Topic: How To Add Cutscene Before Intro?

Hey ! I want to add the cutscene that will play before the Intro Move set. And that cutscene is also Skipable. Kindly help me out. Waiting for response.

Share

Thumbs up Thumbs down

Re: How To Add Cutscene Before Intro?

You can use the cinematic options to play your intro, then link a "blank" move to that intro and have it so any button will trigger that move. I don't know if this is the best approach, so maybe if you want something more complex you could try looking into Cinemachine (immortalfray made a tutorial about here: http://www.ufe3d.com/forum/viewtopic.php?id=3724).

Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.
Don't forget to check our discord channel.

Re: How To Add Cutscene Before Intro?

@osamamasood26 Acutally, I did something similar but I use my cutscene before executing a super move.

What I did was:

1) Create a game object and attach it to a newly created animation file for the cutscene. In the first frame of the animation, I wrote code to freeze the game and I wrote code to unfreeze the game after the animation was completed in the final frame.

2) I made that game object a prefab

3) Use the cinematic options for the intro move.

4) Added that prefab as a particle effect effect to the intro move.

I hope that helps

Share

Thumbs up +2 Thumbs down