Saving And Loading Images

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
janoschii
Posts: 3
Joined: Wed Aug 09, 2017 7:18 pm

Saving And Loading Images

Post by janoschii »

Hi Joel,

currently we are developing an app, in which you can make photos, save and load them locally on the phone and also synchronize them to Amazon (Gateway/Lambda/S3). This includes saving and loading additional data to every photo.

1) Do you think saving and loading these Photos with Easy Save is a better approach, then saving and loading them with the Unity's buildin tools? Is it faster and uses less space? If yes, would you think it is a better job for ES3 than ES2?

2) I saw your upload script for PHP. Is there a way to send compressed data with Easy Save to an Amazon API and to decompress it within node.js (Lambda)?

Thank you

Janoschii
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Saving And Loading Images

Post by Joel »

Hi Janoschii,

Easy Save will have identical performance as the Unity methods as we use the same API as they do.

Also unfortunately our PHP/MySQL functionality isn't designed to do what you've requested. You might be able to modify the ES2.php file provided with Easy Save, but as this is not the intended purpose of it we wouldn't be able to assist with this.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Locked