Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


nativeData

Provides direct access to downloaded data.
Read time 1 minuteLast updated 6 days ago

Definition

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

Remarks

Allocation-free access to downloaded data, stored inside download handler. See also DownloadHandler.GetNativeData().