How to play a video and change scenes when it ends

Hi, i know this is probably a really dumb question but i wanted to know how to play a video and change scenes exactly when the video ends. I’ve been looking for an answer for hours and i know it’s something easy but i couldn’t do it yet. Thanks in advance

Hello there,

I would recommend checking out Unity’s VideoPlayer, it’s pretty good for what you want to do. It also has a neat callback for when the video reaches the end.

Hope that helps!

LegendBacon