Page 1 of 1

EasySave2 switch to EasySave3

Posted: Mon Aug 05, 2019 12:02 pm
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.

Re: EasySave2 switch to EasySave3

Posted: Mon Aug 05, 2019 12:26 pm
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