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.

NetworkServer.objects

public static Dictionary<NetworkInstanceId,NetworkIdentity> objects;

Description

This is a dictionary of networked objects that have been spawned on the server.

The key to the dictionary is NetworkIdentity netId.