This version of Unity is unsupported.

GlobalObjectId.GlobalObjectIdentifiersToObjectsSlow

public static void GlobalObjectIdentifiersToObjectsSlow(GlobalObjectId[] identifiers, out Object[] outputObjects);

Parameters

identifiersArray of GlobalObjectIds to convert.
outputObjectsResulting array of Object references.

Description

Creates an array of Objects based on an array of GlobalObjectIds.

This call is slow and should be avoided or used sparingly.

Both arrays must be the same size.

Any object that is not found will be null in the array.