docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPlatformToolkit

    Platform Toolkit implementation. Accessed through PlatformToolkit class.

    Namespace: Unity.PlatformToolkit
    Assembly: Unity.PlatformToolkit.dll
    Syntax
    public interface IPlatformToolkit

    Properties

    Accounts

    Get the IAccountSystem. Exposed through Accounts.

    Declaration
    IAccountSystem Accounts { get; }
    Property Value
    Type Description
    IAccountSystem
    See Also
    BaseRuntimeConfiguration

    Capabilities

    Get the ICapabilities. Exposed through Capabilities.

    Declaration
    ICapabilities Capabilities { get; }
    Property Value
    Type Description
    ICapabilities
    See Also
    BaseRuntimeConfiguration

    LocalSavingSystem

    Get the local saving system on platforms that support it.

    Declaration
    ISavingSystem LocalSavingSystem { get; }
    Property Value
    Type Description
    ISavingSystem
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when platform does not support the local saving system.

    See Also
    BaseRuntimeConfiguration

    Methods

    Initialize()

    Platform-specific initialization method.

    Declaration
    Task Initialize()
    Returns
    Type Description
    Task

    Task that returns when completed.

    See Also
    BaseRuntimeConfiguration

    See Also

    BaseRuntimeConfiguration
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)