LSBUGPG / UnityLibrary

A library of useful Unity components and test scenes
GNU General Public License v3.0
0 stars 0 forks source link

Add Cutscene. #71

Closed TobiasPersson closed 7 years ago

TobiasPersson commented 7 years ago

You will need to import a video file to use this. There is a test scene to try it out and see how the component works.

MaxwellVox commented 7 years ago

The script works very well, it is easy to implement and i like the fact that it's possible to pause the video. It would be interesting to have the possibility to mute the video.

MurrayIllman commented 7 years ago

Two Stars: The code is really simple, and I like that it's in the same scene as the current level. Wish: It would be nice to have someway to go from the cutscene to a new scene/level entirely, like using the cutscene to cover up a load screen or something along those lines.