Page 1 of 1

Saving and loading image not working in android

Posted: Wed Jan 19, 2022 10:32 am
by hydralisk
HI, I'm having some problems saving and loading images, I'm using .SaveImage, and loading into canvas with .LoadImage, in unity editor everything works fine, but in android, the images dont load, I need some help please :( or I will appreciate some orientation to make this in another way

Re: Saving and loading image not working in android

Posted: Wed Jan 19, 2022 12:13 pm
by Joel
Hi there,

It’s an issue occurs an exception will be thrown. Please could you let me know what errors are appearing in the Android logcat console.

All the best,
Joel

Re: Saving and loading image not working in android

Posted: Thu Jan 20, 2022 7:56 am
by hydralisk
Thanks for your reply! I've solved it, I think it was because I was using an old version, but anyways, I have another question, can I save the images in another extension like .webp? and/or save it in the android gallery?

Re: Saving and loading image not working in android

Posted: Thu Jan 20, 2022 9:01 am
by Joel
Hi there,

Only JPG and PNG are supported as Unity doesn’t have exporters for other formats.

Exporting to Android Gallery is not the purpose of Easy Save and would likely require a dedicated Android asset.

All the best,
Joel