Load All error

Discussion and help for Easy Save 3
Post Reply
bnwsrck
Posts: 1
Joined: Thu Feb 23, 2023 11:23 pm

Load All error

Post by bnwsrck »

I'm setting up a save/load system with Playmaker and on load all (after using save all), I'm getting an error message that says

Code: Select all

System.FormatException: Expected ':', found '}'.
  at ES3Internal.ES3JSONReader.ReadCharIgnoreWhitespace (System.Char expectedChar) [0x0006d] in (file path)
Any idea what might be causing this problem? To troubleshoot, I created a test fsm and spawned multiple cubes, saved them to a Game Object array, and successfully saved and loaded the array of simple cubes.

So far, the only type I'm trying to save is an array of Game Objects. The Game objects each have multiple FSMs on them and also contain children with their own FSMs. Could any of this be causing the error?

I've included the savefile if that helps.

Thanks!
Attachments
SaveFile.txt
(669.15 KiB) Downloaded 178 times
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Load All error

Post by Joel »

Hi there,

I first recommend deleting your save data and see if this resolves the issue (Tools > Easy Save 3 > Clear Persistent Data Path).

If this doesn't resolve the issue, please could you replicate this in a new project with a simple scene and private message it to me with instructions so I can see what is happening.

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