This version of Unity is unsupported.

GlobalObjectId.GlobalObjectIdentifierToInstanceIDSlow

Declaration

public static int GlobalObjectIdentifierToInstanceIDSlow(GlobalObjectId id);

Parameters

id The GlobalObjectId to lookup.

Returns

int If the GlobalObjectId is found, this method returns the converted InstanceID. Returns 0 if the GlobalObjectId is not found. Returns 0 when the object is inside a scene that is not already loaded.

Description

Converts a GlobalObjectId to an InstanceID.

This call is slow and should be avoided or used sparingly.
See Also: GlobalObjectIdentifiersToInstanceIDsSlow