com.unity.services.cloudsave 2.2.1
Source docsNotes: processedReleased July 10, 2023
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
🔄 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
