Hi,
I was wondering if there’s a way to get the loading screen videos to play during the transition between levels (i.e. start playing while in one level and then stop playing a bit after we’re in the new level). From what I can tell, when calling OpenLevel, the video is being displayed and played, and then it’ll wait until the movie finishes to start the transition. It seems like all this is happening synchronously on the game thread, but I was wondering if there was a way to get it working asynchronously so that the level starts playing while the loading screen is still up.
Thanks!