Documentation

​
​

Development

User Acquisition

Monetization

Industry

Cloud Save

Unity SDK

Admin API

Client API

Open Unity Dashboard

Cloud Save

LiveOps
​
​
Cloud Save
  • Overview
  • Get started
  • Concepts
    • Player Data
    • Game Data
    • Files
    • Queries
    • Write locks
  • Tutorials
  • Reference
  • Privacy and consent
  1. Cloud Save

Cloud Save Files

Understand how Cloud Save stores large save files in any format up to 1 GiB per player.
Read time 1 minute
Last updated 8 months ago

Cloud Save Files provide a way to store large save files (up to 1 GiB) in any format in the cloud. You can use Cloud Save Files to access players' save files across multiple devices and platforms.
You can use the Unity Dashboard to view, download, and delete player files.

Limits

Note
These are the data limits per player, there's no limit on the number of players you have.
  • 1 GiB of total file storage per player
  • Maximum 255 characters per file name
  • Maximum 200 files per player

Limits on accessing files

Files are intended for you to use for Binary Large Object (BLOB) save game files that are saved and loaded directly by a game client, with the file backed up in the cloud and avalible to the player on any platform.
A player can save and load any of their uploaded files in Cloud Save but these files can't be accessed directly by other players. Cloud Save Files cannot be used with Cloud Save Queries.

Additional resources

  • How to use Player Files in the Unity SDK

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Limits

      • Limits on accessing files

    • Additional resources


Report a problem with this page