Hi!
I’ve got a zip file with images, texts and video files -I need to unpack it into memory (not drive - because of security reasons) - I can easily read a string from the byte array read byte array as a buffer for Texture2D but is there any way to play video from byte array?
Maybe Im doing it wrong - the goal is to secure external assets from the quiz game that I’m doing (like texts, sounds, images, and movies) - those need to be external so they can be easily replaced with new question sets…
Please help!
Best
Tom