Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkManager.OnClientNotReady

public void OnClientNotReady(Networking.NetworkConnection conn);

Parameters

conn Connection 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.