EasySave2 switch to EasySave3

Discussion and help for Easy Save 3
Post Reply
Franky
Posts: 1
Joined: Mon Aug 05, 2019 11:45 am

EasySave2 switch to EasySave3

Post by Franky »

We have an online product using EasySave2 made by Unity 5.5.5f1.This week we upgrade our unity to 2018.4.3f1,and got some errors :
MissingMethodException: bool UnityEngine.Application.get_isWebPlayer()
ES2Settings..ctor (System.String identifier) (at <42cca45c3f564da1926b64d4fbccc2b7>:0)
UserDataBase.Load () (at Assets/Scripts/Core/UserData/UserDataBase.cs:64)
...
then wo try switch EasySave2 to EasySave3,but EasySave3 cannot parse the file EasySave2 save.we check the code,find that EasySave2 use binary format and EasySave3 use json format.we dont know how can we solve this problem.
Thank you.
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: EasySave2 switch to EasySave3

Post by Joel »

Hi there,

Have you tried updating Easy Save after switching to 2018? I've seen this error occurred when using the pre-Unity 5.6 version of Easy Save 2 with Unity 2018, but not in later versions.

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