So I have a video file on a loop which I want to keep going with playback after i switch scenes, but each time you switch back, it keeps resetting.
How would I make the video keep playing in the background? Keeping the scene in graphics memory doesn't seem to do the trick.
Video file reloading/resetting on scene change
Re: Video file reloading/resetting on scene change
The Scene Start parameter in the VideoFile module is exactly for that.
Re: Video file reloading/resetting on scene change
Thank you! Solved itEric wrote:The Scene Start parameter in the VideoFile module is exactly for that.
