# asset

> Asset object being loaded (Read Only).

## Definition

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

```csharp
public Object asset { get; }
```

### Remarks

Note that accessing asset before [AsyncOperation.isDone](/engine/6000.7/script-reference/unityengine/asyncoperation/isdone.md) is true will stall the loading process.
