Could not load glb #10775
Unanswered
ThomasCartier
asked this question in
Q&A
Could not load glb
#10775
Replies: 1 comment 1 reply
-
Tried with defaultPlugins and it works..
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to run Bevy as a headless tool for simulation.
To test it out with known to work models, I downloaded the SimpleGltf and tried to query the world and it failed.
I didn't open an issue because I am sure it's on me, and not a bug of Bevy.
Here is the code:
I also tried with
Same result: I never enter the code inside the loop (but I enter the prepare function). Meaning that my gltf is not loaded for some reasons.
May you help ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions