This version of Unity is unsupported.

FindObjectsSortMode

enumeration

Description

Options to specify if and how to sort objects returned by a function.

Properties

NoneDon't sort the objects.
InstanceIDSort the objects by InstanceID in ascending order.