com.unity.services.cloudsave 2.2.2

com.unity.services.cloudsave

Source docs
Notes: processedReleased September 19, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3

🔄 Changes

  • Cloud Save Files support, including write lock support for all appropriate methods.
  • - ListAllAsync lists all files belonging to the signed in player with metadata
  • - GetMetadataAsync returns the metadata for a given file
  • - SaveAsync will upload a given file to Cloud Save Files storage for the player, supports either a Stream or a byte[]
  • - LoadStreamAsync will download a given file from Cloud Save Files storage for the player, and returns a Stream object containing the file data
  • - LoadBytesAsync will download a given file from Cloud Save Files storage for the player, and returns a byte[] object containing the file data