Search found 1 match

by alexgames
Sat May 18, 2019 2:00 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Load ES2 files on iOS
Replies: 1
Views: 7592

Load ES2 files on iOS

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 ...