# None

> Don't sort the objects.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

> **Warning:**
>
> **Deprecated.** FindObjectsSortMode has been deprecated. Use the FindObjectsByType overloads that do not take a FindObjectsSortMode parameter.

```csharp
None = 0
```

### Remarks

This is the least resource-intensive option but the order of the results is not guaranteed to be consistent between calls.
