This version of Unity is unsupported.
Method group is Obsolete

ClientScene.objects

Obsolete The high level API classes are deprecated and will be removed in the future. public static Dictionary<NetworkInstanceId,NetworkIdentity> objects;

Description

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

The key of the dictionary is the NetworkIdentity netId of the objects.