6 documented changes.

Version
2.2.2
Released
Sep 1, 2025
Product
Unity Cloud Save
Unity Gaming Services release notes

Cloud Save SDK 2.2.2

Official notes

Added

  1. Feature

    Cloud Save Files support, including write lock support for all appropriate methods.

  2. Feature

    `ListAllAsync` lists all files belonging to the signed in player with metadata.

  3. Feature

    `GetMetadataAsync` returns the metadata for a given file.

  4. Feature

    `SaveAsync` uploads a given file to Cloud Save Files storage for the player, supports either a `Stream` or a `byte[]` .

  5. Feature

    `LoadStreamAsync` downloads a given file from Cloud Save Files storage for the player, and returns a `Stream` object containing the file data.

  6. Feature

    `LoadBytesAsync` downloads a given file from Cloud Save Files storage for the player, and returns a `byte[]` object containing the file data.

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.