-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Description
I'm using the latest version of the AppCenter SDK (4.3.0 and Editor Extension 3.0.0). Newer versions of Unity are showing the errors:
Assets\AppCenterEditorExtensions\Editor\Scripts\AppCenterEditorSDK\AppCenterEditorHttp.cs(78,22): warning CS0618: 'UnityWebRequest.isHttpError' is obsolete: 'UnityWebRequest.isHttpError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ProtocolError) instead.'
Assets\AppCenterEditorExtensions\Editor\Scripts\AppCenterEditorSDK\AppCenterEditorHttp.cs(78,58): warning CS0618: 'UnityWebRequest.isNetworkError' is obsolete: 'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.'
Marked line:
if (!downloadRequest.WWW.isHttpError && !downloadRequest.WWW.isNetworkError)
Repro Steps
Please list the steps used to reproduce your issue.
- Install AppCenter SDK
- Wait until warnings show up in the console
Details
- Which SDK version are you using?
4.3.0 - Which platform did you experience the issue on?
Android >= 9, Windows >= 10, iOS >= 11, MacOS >= 10.13 - What device version did you see this error on? Were you using an emulator or a physical device?
Desktop computer