Unity 2020.1 introduced UnityWebRequest.result. In Unity 2020.2 beta they will be deprecating the old boolean properties like isNetworkError, isHttpError etc. This PR implements the changes recommended by the warning messages with backwards compatibility.
Also included is a fix for an unreachable code warning.
Unity 2020.1 introduced UnityWebRequest.result. In Unity 2020.2 beta they will be deprecating the old boolean properties like isNetworkError, isHttpError etc. This PR implements the changes recommended by the warning messages with backwards compatibility.
Also included is a fix for an unreachable code warning.