Page 1 of 1

Load All error

Posted: Thu Feb 23, 2023 11:49 pm
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!

Re: Load All error

Posted: Fri Feb 24, 2023 8:40 am
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