Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Networking
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseClass containing constants for default network channels.
DefaultReliable | The id of the default reliable channel used by the UNet HLAPI, This channel is used for state updates and spawning. |
DefaultUnreliable | The id of the default unreliable channel used for the UNet HLAPI. This channel is used for movement updates. |