microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

Save games last only during game #120

Closed s8cusyqr closed 1 year ago

s8cusyqr commented 1 year ago

I use gamesavehelper from this gdk-unity-package GameObject.Find("GdkHelper").GetComponent()._gameSaveHelper.Save. And saving and loading works okay during game. I call load method to load all files using gamesavehelper.load on start of game, But after quiting game and launching game again, there aren't any saves loaded, why?

I use Save and Load from XGameSaveWrapper.