# preloadObjects

> List of Objects for a serialized Scene that need to be preloaded.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Build.Content](/engine/6000.5/script-reference/unityeditor/build/content.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public List<ObjectIdentifier> preloadObjects { get; set; }
```

### Remarks

Internal use only. See [PreloadInfo](/engine/6000.5/script-reference/unityeditor/build/content/preloadinfo.md).
