Saving seems to work because PlayerPrefs updates to the right DS variables when I check after saving. But LoadFromSlot just resets the scene and all the variables are set to initial states.
Here's the console message on load:
Code: Select all
Save System: Loading scene GossipMode
UnityEngine.Debug:Log (object)
PixelCrushers.SaveSystem/<LoadSceneCoroutine>d__135:MoveNext () (at Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs:1023)
UnityEngine.MonoBehaviour:StartCoroutine (System.Collections.IEnumerator)
PixelCrushers.SaveSystem:LoadGame (PixelCrushers.SavedGameData) (at Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs:990)
PixelCrushers.SaveSystem:LoadFromSlotNow (int) (at Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs:831)
PixelCrushers.SaveSystem/<LoadFromSlotCoroutine>d__120:MoveNext () (at Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs:819)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)