docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NetStatsMonitorBuildSettings

    Methods to control whether the Runtime Net Stats Monitor is included in the build. When making automated builds of your project, you can use this to dynamically control whether the monitor is included in release or development builds.

    Inheritance
    object
    NetStatsMonitorBuildSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Multiplayer.Tools.Editor
    Assembly: Unity.Multiplayer.Tools.Editor.dll
    Syntax
    [Obsolete("This class is deprecated as the benefits of allowing the RNSM implementation to be conditionally compiled out of a build are too small. It will be removed in future.")]
    public static class NetStatsMonitorBuildSettings

    Methods

    DisableInDevelopForAllBuildTargets()

    Disables the RNSM in development builds for all build targets

    Declaration
    [Obsolete("This method is deprecated as the benefits of allowing the RNSM implementation to be conditionally compiled out of a build are too small. It will be removed in future.")]
    public static void DisableInDevelopForAllBuildTargets()

    DisableInReleaseForAllBuildTargets()

    Disables the RNSM in release builds for all build targets

    Declaration
    [Obsolete("This method is deprecated as the benefits of allowing the RNSM implementation to be conditionally compiled out of a build are too small. It will be removed in future.")]
    public static void DisableInReleaseForAllBuildTargets()

    EnableInDevelopForAllBuildTargets()

    Enables the RNSM in development builds for all build targets

    Declaration
    [Obsolete("This method is deprecated as the benefits of allowing the RNSM implementation to be conditionally compiled out of a build are too small. It will be removed in future.")]
    public static void EnableInDevelopForAllBuildTargets()

    EnableInReleaseForAllBuildTargets()

    Enables the RNSM in release builds for all build targets

    Declaration
    [Obsolete("This method is deprecated as the benefits of allowing the RNSM implementation to be conditionally compiled out of a build are too small. It will be removed in future.")]
    public static void EnableInReleaseForAllBuildTargets()
    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)