Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity 2020.2 Warnings #274

Closed
justinwasilenko opened this issue Jan 15, 2021 · 2 comments
Closed

Unity 2020.2 Warnings #274

justinwasilenko opened this issue Jan 15, 2021 · 2 comments

Comments

@justinwasilenko
Copy link

When using Unity 2020.2 this warnings will appear:

[CS0618] 'UnityWebRequest.isNetworkError' is obsolete:
'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.'

[CS0618] 'UnityWebRequest.isHttpError' is obsolete:
'UnityWebRequest.isHttpError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ProtocolError) instead.'

@edwardrowe
Copy link
Contributor

edwardrowe commented Jan 15, 2021

Thanks for the heads up and issue. I've been slacking on checking against latest.

@edwardrowe
Copy link
Contributor

Fixed in v1.7.4

Will push to Asset store shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants