LoadObject()
Loads an object instance if it is not already loaded in Unity. This can return null if the object is part of a Scene or Prefab that is not loaded.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
public Object LoadObject()
Returns
Type | Description |
|---|---|
| Object | The object instance. |