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.

NetworkServerSimple.Update

public void Update();

Description

This function pumps the server causing incoming network data to be processed, and pending outgoing data to be sent.

This should be called each frame, and is called automatically for the server used by NetworkServer.