docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IConfigurationProvider

    Contract for objects providing configuration values that needs to be passed to the IProjectConfiguration component at runtime.

    Inherited Members
    IOrderedCallback.callbackOrder
    Namespace: Unity.Services.Core.Configuration.Editor
    Assembly: Unity.Services.Core.Configuration.Editor.dll
    Syntax
    public interface IConfigurationProvider : IOrderedCallback
    Remarks

    Implementations must have a parameter-less constructor to be invoked.

    Methods

    OnBuildingConfiguration(ConfigurationBuilder)

    Add configuration values to the given builder.

    Declaration
    void OnBuildingConfiguration(ConfigurationBuilder builder)
    Parameters
    Type Name Description
    ConfigurationBuilder builder

    The builder used to create the runtime configuration data. Use it to set configuration values.

    Remarks

    All configuration values stored in the builder will be persisted and included to the build in order to provide them to the IProjectConfiguration component at runtime.

    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)