Unity Cloud Save
View Unity Cloud SaveCloud Save SDK 2.2.2
6 documented changes.
- Version
- 2.2.2
- Released
- Sep 1, 2025
- Product
- Unity Cloud Save
Unity Gaming Services release notes
Official notesCloud Save SDK 2.2.2
Added
- Feature
Cloud Save Files support, including write lock support for all appropriate methods.
- Feature
`ListAllAsync` lists all files belonging to the signed in player with metadata.
- Feature
`GetMetadataAsync` returns the metadata for a given file.
- Feature
`SaveAsync` uploads a given file to Cloud Save Files storage for the player, supports either a `Stream` or a `byte[]` .
- Feature
`LoadStreamAsync` downloads a given file from Cloud Save Files storage for the player, and returns a `Stream` object containing the file data.
- Feature
`LoadBytesAsync` downloads a given file from Cloud Save Files storage for the player, and returns a `byte[]` object containing the file data.