docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method PostConfig

    PostConfig(string, string, JArray, Action<Exception>)

    Pushes a new config to the server in the given environment.

    Declaration
    public static void PostConfig(string cloudProjectId, string environmentId, JArray configValue, Action<Exception> responseParseErrorCallback = null)
    Parameters
    Type Name Description
    string cloudProjectId

    Cloud Project ID for this Unity application.

    string environmentId

    ID of the environment containing the config to be pushed.

    JArray configValue

    List of settings to be pushed.

    Action<Exception> responseParseErrorCallback

    Optional callback for parsing errors.

    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)