UnityWebRequest.disposeDownloadHandlerOnDispose

매뉴얼로 전환
public bool disposeDownloadHandlerOnDispose ;

설명

If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose called automatically when UnityWebRequest.Dispose is called.

Default: true.

If no DownloadHandler is attached to this UnityWebRequest, this property has no effect.