Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkManager.useWebSockets

Switch to Manual
public bool useWebSockets;

Description

This makes the NetworkServer listen for WebSockets connections instead of normal transport layer connections.

This allows WebGL clients to connect to the server.