docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum TransportType

    The transport category/type use by a NetworkDriver.

    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    public enum TransportType

    Fields

    Name Description
    IPC

    An inter-process like communication channel with zero latency, and guaranteed delivery.

    Invalid

    Not configured, or unsupported transport interface. The transport type for a registered driver instance is always valid (not this value, in other words), unless the driver creation failed.

    Socket

    A socket based communication channel. WebSocket, UDP, TCP or any similar communication channels fit that category.

    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)