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

Fix small deprecation warning in UnityWebRequest #8

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rfrank-filament
Copy link

Fix two small warnings in the Unity editor

@st0nerhat
Copy link
Collaborator

I have merge rights @rfrank-filament but I will wait a week to see if @BeauPrime is able to review.

@BeauPrime
Copy link
Owner

This won't compile for Unity versions before 2020, and I still need to support Unity 2019. UnityWebRequest.result was only introduced in 2020, so I would recommend moving this fix to a #if UNITY_2020_1_OR_NEWER block.

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

Successfully merging this pull request may close these issues.

None yet

3 participants