docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NetcodeIntegrationTest.NetworkManagerInstatiationMode

    Specifies the mode of NetworkManager instantiation and destruction for the integration test.

    Namespace: Unity.Netcode.TestHelpers.Runtime
    Assembly: Unity.Netcode.TestHelpers.Runtime.dll
    Syntax
    public enum NetcodeIntegrationTest.NetworkManagerInstatiationMode

    Fields

    Name Description
    AllTests

    Creates one set of NetworkManagers used for all tests within a child derived class, destroyed once all tests are finished.

    DoNotCreate

    Does not create any NetworkManagers; it is up to the derived class to manage.

    PerTest

    Creates and destroys new NetworkManagers for each test within a child derived class.

    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)