microsoft/gdk-unity-package

Multiple Savefiles

JWingorn opened this issue · 1 comments

Is there a way to modify the cloadsave script so that it can save to multiple savefiles?
No matter what i do it only does it to one save file.

Please note that I'm not super expert when it comes to programing, if anyone has a modified script and could post them here that would really help.

The example script uses the same Container Name and Blob Name for every call. You can update the script to take the Container Name and Blob Name as parameters in the Save method in file Gdk.cs and pass those values into the XGameSaveWrapper Save method.