Hi there,
I have a big video in my game (~100 MB) implemented by using Video plugin. The problem is that every time player comes back to the game, the video is downloaded once again. I'd like to store in cache, so that it could be played instantly and smoothly for the 2nd and further times player runs the game. How do I do it?
Use the 'Preload' option in the autoplay section of the video properties.
Develop games in your browser. Powerful, performant & highly capable.
Yes, there's such an option, but it doesn't solve the problem since it only triggers video downloading in the background at the beginning of the game - it doesn't enforce saving the video in cache.
Apologies I didn't realise you meant cache the video outside of the game. Not certain.