Show / Hide Table of Contents

    PlayerPrefs Storage

    The Unity PlayerPrefs storage implementation.

    • PlayerPrefs

    Syntax

    playerprefs://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
    • Improve this Doc
    • 0 Comments