Is it possible to start fetching a video before the scene with the advertisement is loaded?
For example I show a rewarded video in the Store scene if the user clicks "show video for coin" button. I start fetching the video when user enters Store scene, not after clicking the button. But the download speed is not high enough for that. Is it possible to start loading the video while I am on the main menu or playing the game and keep the downloaded when I call Application.LoadLevel method for reaching the Store scene?
↧