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.

NetworkManager.OnClientNotReady

public void OnClientNotReady(Networking.NetworkConnection conn);

Parameters

connConnection to a server.

Description

Called on clients when a servers tells the client it is no longer ready.

This is commonly used when switching scenes.