Page 1 of 1

Load ES2 files on iOS

Posted: Sat May 18, 2019 2:00 am
by alexgames
I saved many files with ES2 (binary, encrypted).
Put them into Assets/Resources and load by ES2.Load ("Path_to_file")
When I run on iOS my files inside a package file, no path for them.
The only way to read files to use Resources.Load(), but ES2.Load requires file path.

How can I read ES2 files from Assets on iOS.
Thanks

Re: Load ES2 files on iOS

Posted: Sat May 18, 2019 8:32 am
by Joel
Hi there,

If you have placed them in the Resources folder these will not exist in Assets when you build the project. You will need to follow the Saving and Loading from Resources instructions: https://docs.moodkie.com/easy-save-2/gu ... resources/

All the best,
Joel