Search found 6 matches

by tzwyf
Thu Jun 08, 2023 2:36 am
Forum: General Discussion
Topic: ES3Type_Image Ignore Save Invalid!
Replies: 2
Views: 914

Re: ES3Type_Image Ignore Save Invalid!

Thanks for your reply!

I have changed "save prefab" to "save custom data class" and then update the prefab from loaded data class.
which includes a Component you can add to the GameObject to tell it which Components to save
Cool Feature!!!
by tzwyf
Wed Jun 07, 2023 4:39 am
Forum: General Discussion
Topic: ES3Type_Image Ignore Save Invalid!
Replies: 2
Views: 914

ES3Type_Image Ignore Save Invalid!

I want to ignore save UnityEngine.UI.Image component when save prefab with ES3 Prefab. So I do next "Easy Save->Types->Image->Properties->Select None". Then ES3 will auto-generate ES3UserType_Image.cs...I think this operation will ignore image component but not. Otherwise I test Unity Unit...
by tzwyf
Thu Nov 11, 2021 3:45 am
Forum: General Discussion
Topic: Exception: Key "SaveBasic" was not found in this ES3File
Replies: 5
Views: 1094

Re: Exception: Key "SaveBasic" was not found in this ES3File

After a few days of testing, this problem is most likely caused by that I save game data in OnApplicationPause(true).If user quit game fast so that the data file is saving on .es3.tmp format and to late to be saved by .es3 format. When users load game next time, they will not find the key in .es3.tm...
by tzwyf
Mon Nov 08, 2021 9:26 am
Forum: General Discussion
Topic: Exception: Key "SaveBasic" was not found in this ES3File
Replies: 5
Views: 1094

Re: Exception: Key "SaveBasic" was not found in this ES3File

Unity version: 2020.3.9f1c1
bug phone modle: Xiaomi mix4, onePlus7 pro, and some HuaWei phone(tel-an10,Mate40,mate30 Pro) maybe HarmonyOS system
by tzwyf
Mon Nov 08, 2021 9:17 am
Forum: General Discussion
Topic: Exception: Key "SaveBasic" was not found in this ES3File
Replies: 5
Views: 1094

Exception: Key "SaveBasic" was not found in this ES3File

Hello! Recently, my game is onlion with the EasySave3. I save game data by Cache and StoreCachedFile, but some users meet the problem as the subject when they load game data, and they are always loading on the start scene.(This appears to be the case with only some mobile phones) Next is my function...