Async model loading #816
elephantpanda
started this conversation in
Performance improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you support async model loading in c#? The line:
model = new Model("[model path]")
freezes until the model is loaded. Would be nice if there was an LoadModelAsync method. So that I can display an animated loading screen in unity. Especially with big models, it can freeze for several seconds while loading.
Beta Was this translation helpful? Give feedback.
All reactions