-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Attempting to load a GltfPrimitive directly from a file path causes it to be stuck loading forever. #17661
Comments
this is because you are trying to load the asset label |
the lack of warning is an issue, yes |
this means the issue is that loading a GltfPrimitive does not give a |
yes, the name is misleading |
The name is correct in gltf's context.. |
@rparrett what is the course of action here? |
This seems like a duplicate of #17325, or closely related. |
Bevy version
0.15.1
What you did
I attempted to load a gltf primitive with:
However, the asset will never finish loading.
I re-created a minimal example of the bug at the repo here:
https://github.com/rydb/bug_example
The text was updated successfully, but these errors were encountered: