Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

Channels

class in UnityEngine.Networking

Description

Class containing constants for default network channels.

Static Variables

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.