• Manual
  • API Documentation
  • Storage
  • Third-party Storages
  • Xbox Live
  • Connected Storage

    Show / Hide Table of Contents
    • Introduction
    • Installation
    • Getting Started
    • Demos
    • The Save System API
    • Auto Save
    • Platforms
    • Security
    • Serialization
    • Supported Data Types
    • Migration
    • FAQ
    • Changelog
    • Extend
      • Overview
      • Converter
      • Encryption
      • Storage
    • Guides
      • Overview
      • Configuring Settings
      • Using Auto Save
      • Basic Saving and Loading
      • Saving and Loading Raw Data
      • Deleting the Data
      • Saving and Loading Images
      • Saving and Loading Scene Objects
      • Saving and Loading Assets
      • Saving and Loading Readonly Properties
    • Integrations
      • Overview
      • Google Play Games
      • Xbox Live
      • Bolt
      • Firebase
      • PlayFab
      • PlayMaker
      • Steam Auto-Cloud
      • Steamworks .NET
      • Facepunch Steamworks
      • Text Mesh Pro
    • Storage
      • Overview
      • Backup
      • Catalog
      • Meta Data
      • Built-in Storages
        • File
        • PlayerPrefs
        • Memory
      • Third-party Storages
        • Firebase
          • Realtime Database
          • Cloud Storage
          • Firestore
        • PlayFab
          • Entity Objects
          • Entity Files
          • User Data
        • Steam
          • Steamworks .NET
          • Facepunch Steamworks
        • Google Play
          • Saved Game
        • Xbox Live
          • Connected Storage

    Xbox Live - Connected Storage

    This storage implementation uses Xbox Live Connected Storage feature.

    • Download Xbox Live Integration for Save System
    • Xbox Live Integration Page
    • Xbox Live documentation
    • Xbox Live targetting Windows 10
    • Xbox Live plugin for Unity

    Syntax

    xboxlive://<Parameter Name>=<Parameter Value>; ...
    

    Or

    xbox-live://<Parameter Name>=<Parameter Value>; ...
    

    Parameters

    Name Type Description Aliases
    encoding string The text encoding text-encoding, encoding-name
    usebase64 bool Whether to use base64 encoding for strings or not use-base64
    player-number int Specifies the Xbox Live User player number player, playernumber
    container-name string Specifies the container name for Connected Storage container, containername
    • Improve this Doc
    • 0 Comments
    In This Article
    • Syntax
    • Parameters