Hi all,
Is there a way to download all the frames from animation in a ZIP file?
The goal is to generate a number of screenshots during the gameplay and offer the player the opinion to download them all.
I can use invoke download from the Browser object but that only gives me the option to download the latest snapshot.
I will need to download 5 different images at the same time. hence the use of ZIP file would be a good idea.
Is there a way to save it locally and use PHP or js to create the zip file?