# nativeData

> Provides direct access to downloaded data.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Networking](/engine/6000.3/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestModule

```csharp
public NativeArray<byte>.ReadOnly nativeData { get; }
```

### Remarks

Allocation-free access to downloaded data, stored inside download handler. See also [DownloadHandler.GetNativeData()](/engine/6000.3/script-reference/unityengine/networking/downloadhandler/getnativedata.md).
