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

Added a note for users using Unity 2023.1 or newer to prevent compilation error #620

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

albermotion
Copy link
Contributor

As stated in the note: When using Unity 2023.1 or newer, ensure you have using UnityEngine; in the using statements of your file when working with new UnityEngine.Awaitable methods like SceneManager.LoadSceneAsync. This prevents compilation errors by avoiding the use of the UnityEngine.AsyncOperation version.

I had this issue while working with Unity 6 and I also saw another user having this same issue in a discussion thread. This can help users identify why the error is hapenning.

@neuecc
Copy link
Member

neuecc commented Sep 27, 2024

ok, thanks!

@neuecc neuecc merged commit 2e09174 into Cysharp:master Sep 27, 2024
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.

2 participants