FAQ

Can I save data to the cloud?

No, cloud saving is not supported but you can use the Save/LoadString method to serialize your data to a string that can be uploaded to any cloud server.


The type or namespace name 'SaveResult' could not be found

Add using Gley.AllPlatformsSave; at the top of your file.

Last updated