Search found 7 matches

by WaruGameDev
Fri May 13, 2022 11:41 am
Forum: General Discussion
Topic: Error saving after erased a file
Replies: 3
Views: 674

Re: Error saving after erased a file

I delete the save data and I am having the same error... some times change the error a little bit. FormatException: Expected '{' or "null", found ','. ES3Internal.ES3JSONReader.ReadNullOrCharIgnoreWhitespace (System.Char expectedChar) (at Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONR...
by WaruGameDev
Fri May 13, 2022 3:52 am
Forum: General Discussion
Topic: Error saving after erased a file
Replies: 3
Views: 674

Error saving after erased a file

FormatException: Expected quotation mark, found '{'. ES3Internal.ES3JSONReader.ReadQuotationMarkOrNullIgnoreWhitespace () (at Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs:395) ES3Internal.ES3JSONReader.Read_string () (at Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs:497)...
by WaruGameDev
Wed Apr 07, 2021 3:38 pm
Forum: General Discussion
Topic: I cant delete the file on game
Replies: 11
Views: 3890

Re: I cant delete the file on game

Hi! now the save is wornking but the delete data doesn't :c

the delete script (I changed from file to cache)
http://prntscr.com/116lfa1

the save script
http://prntscr.com/116lgmn

the easy save config
http://prntscr.com/116lij5


suto save
http://prntscr.com/116li0i


best
by WaruGameDev
Tue Apr 06, 2021 3:06 pm
Forum: General Discussion
Topic: I cant delete the file on game
Replies: 11
Views: 3890

Re: I cant delete the file on game

Butm if I delete the file.
How you create a new one?
or is automatic?
Best
by WaruGameDev
Mon Apr 05, 2021 11:56 pm
Forum: General Discussion
Topic: I cant delete the file on game
Replies: 11
Views: 3890

Re: I cant delete the file on game

Hi! We actually managed how deleted the data. But we get a bug. After delete the data on the phone we can't save the game again. this is the save code http://prntscr.com/1158itd and this is the delete code http://prntscr.com/1158klz This are the configuration of ES3 http://prntscr.com/1158lay And th...
by WaruGameDev
Fri Mar 26, 2021 11:05 pm
Forum: General Discussion
Topic: I cant delete the file on game
Replies: 11
Views: 3890

Re: I cant delete the file on game

Hi!
I try that and doesn't work.
This is my configuration

http://prntscr.com/10wl2g8

Here is the new code because i am saving on a file


http://prntscr.com/10wl20q

best!
by WaruGameDev
Fri Mar 26, 2021 10:38 pm
Forum: General Discussion
Topic: I cant delete the file on game
Replies: 11
Views: 3890

I cant delete the file on game

Hi people! I hope you finds well! I am having a struggle deleting or clearing the data of my game. I am working on a clikcer so I am using the auto save option, and I triggered from code with: http://prntscr.com/10wkg1c But i can't delete the file... simple doesn't work :c http://prntscr.com/10wkh0f...