Version: 2017.2

UnityWebRequest.disposeUploadHandlerOnDispose

매뉴얼로 전환
public bool disposeUploadHandlerOnDispose ;

설명

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

Default: true.

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