Search found 6 matches

by chrisv007
Sat May 04, 2019 12:23 pm
Forum: General Discussion
Topic: "FormatException: File is not valid JSON." error
Replies: 8
Views: 6521

Re: "FormatException: File is not valid JSON." error

Hi, I'm having the same issue but only when encryption is activated. It seems that the system does not know that the file is encrypted? For now I'll deactivate the encryption but I would like to reactivate it before I publish the game for security reasons. Hi there, There are many reasons why this ...
by chrisv007
Fri Apr 26, 2019 6:32 pm
Forum: General Discussion
Topic: Auto-Save settings for current scene does not keep settings
Replies: 3
Views: 2282

Auto-Save settings for current scene does not keep settings

Hi, I'm having a weird issue. I don't need auto save so I disable it in the Settings for current scene on every scene. The problem is that it does not keep the settings. If I load another level then come back to the first one, it's like I didn't change anything. The problem is that it causes errors ...
by chrisv007
Wed Apr 17, 2019 7:26 pm
Forum: General Discussion
Topic: Saving collectibles that were marked as "picked up"
Replies: 4
Views: 2357

Re: Saving collectibles that were marked as "picked up"

Hi Joel,

I adapted it to my game and it works perfectly! Thanks a million. I've been banging my head against the wall for days trying to figure this out. Easy Save is truly an awesome product!
by chrisv007
Wed Apr 17, 2019 6:18 pm
Forum: General Discussion
Topic: Saving collectibles that were marked as "picked up"
Replies: 4
Views: 2357

Re: Saving collectibles that were marked as "picked up"

Thanks Joel! I'll give that a shot
by chrisv007
Tue Apr 16, 2019 5:47 pm
Forum: General Discussion
Topic: "FormatException: File is not valid JSON." error
Replies: 8
Views: 6521

Re: "FormatException: File is not valid JSON." error

Hi, I'm having the same issue but only when encryption is activated. It seems that the system does not know that the file is encrypted?
For now I'll deactivate the encryption but I would like to reactivate it before I publish the game for security reasons.
by chrisv007
Mon Apr 15, 2019 1:13 pm
Forum: General Discussion
Topic: Saving collectibles that were marked as "picked up"
Replies: 4
Views: 2357

Saving collectibles that were marked as "picked up"

Hi guys, I'm building a 2D platformer with multiple scenes and a lot of collectibles for every scene (coins, health pickups and so forth). Every time an item is picked up it is deactivated and a bool is set to "pickedup". Here is my coin script. This script is on every coin. [SerializeFiel...