playMaker

Author Topic: easy save loading error[SOLVED]  (Read 2216 times)

Splankton

  • Sr. Member
  • ****
  • Posts: 268
easy save loading error[SOLVED]
« on: June 07, 2014, 04:51:29 PM »
Hi,
Using easy save and arraymaker I save a hash table in one scene, but when I load the hash table in another scene, I get an error -

Easy Save does not support loading of type System.Object, or if you are trying to load a collection such as a Dictionary or Array, use the collection methods (for example, LoadDictionary<>() or LoadArray<>()).
UnityEngine.Debug:LogError(Object)
ES2BinaryReader:Read(ES2Type)
ES2BinaryReader:ReadDictionary(ES2Type, ES2Type)
ES2Reader:ReadDictionary(String)
ES2:LoadDictionary(String)
HutongGames.PlayMaker.Actions.HashTableEasyLoad:LoadHashTable() (at Assets/PlayMaker ArrayMaker/Addons/ThirdParty/EasySave2/Actions/HashTableEasyLoad.cs:82)
HutongGames.PlayMaker.Actions.HashTableEasyLoad:OnEnter() (at Assets/PlayMaker ArrayMaker/Addons/ThirdParty/EasySave2/Actions/HashTableEasyLoad.cs:59)
HutongGames.PlayMaker.FsmState:ActivateActions(Int32)
HutongGames.PlayMaker.FsmState:OnEnter()

Anyone else seen this?
« Last Edit: June 17, 2014, 06:36:28 AM by jeanfabre »

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Re: easy save loading error
« Reply #1 on: June 09, 2014, 01:19:07 PM »
I can save/load Arraylists fine, hash tables loading does not work for me. I dont know if its a bug?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: easy save loading error
« Reply #2 on: June 16, 2014, 03:11:40 AM »
Hi,

 Can you redownload the packages from the wiki and tell me if it works now? I have fixed the actions, it should be all good to go now.

bye,

 Jean

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Re: easy save loading error
« Reply #3 on: June 16, 2014, 03:45:20 PM »
Yep, works now. THanks Jean