LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Channels

class in UnityEngine.Networking

Description

Class containing constants for default network channels.

Static Properties

DefaultReliableThe id of the default reliable channel used by the UNet HLAPI, This channel is used for state updates and spawning.
DefaultUnreliableThe id of the default unreliable channel used for the UNet HLAPI. This channel is used for movement updates.