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

Async import in editor not suported #230

Open
sam-apparance opened this issue Dec 8, 2022 · 0 comments
Open

Async import in editor not suported #230

sam-apparance opened this issue Dec 8, 2022 · 0 comments

Comments

@sam-apparance
Copy link

Just a note to bring awareness that the asyc loading support that was added only works during play, and not in editor mode. Seems that Unity's coroutines only work in play mode and aren't supported in editor mode. Looks like there are a few alternatives and even an official editor coroutines replacement, but this means it needs explicit support.
I was trying to use this to augment some tooling work I was doing, but had to give up on editor support and will be investigating alternative loaders.
No expectation, or shade on this library, just a FYI :)

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

1 participant