• Manual
  • API Documentation
  • Storage
  • Third-party Storages
  • PlayFab
  • Entity Objects

    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

    PlayFab Entity Objects

    The PlayFab entity objects implementation.

    • Download PlayFab Integration
    • Player Data
    • Entity Programming Model
    • Entities quickstart

    Syntax

    playfab-entity://entity-id=<String>;entity-type=<String>;encoding=<String>;usebase64=<Boolean>
    

    Parameters

    Name Type Description Alias
    encoding string The text encoding text-encoding, encoding-name
    usebase64 bool Whether to use base64 encoding for storage or not use-base64
    entity-id string The PlayFab entity ID entityid
    entity-type string The PlayFab entity type
    • Improve this Doc
    • 0 Comments
    In This Article
    • Syntax
    • Parameters