Load ES2 files on iOS

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
alexgames
Posts: 1
Joined: Sat May 18, 2019 1:54 am

Load ES2 files on iOS

Post 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
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Load ES2 files on iOS

Post 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
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Locked