microsoft / gdk-unity-package

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

Multiple Savefiles #133

Open JWingorn opened 9 months ago

JWingorn commented 9 months ago

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.

edwarduwms commented 9 months ago

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.