Replies: 2 comments
-
Did you ever figure it out? Was it related to #9021? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In bevy 0.13 the error changed to
This is still the error when using the current master-branch. The same method works for other meshes though. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I tried to load and render the example fox's gltf primitive manually as shown in https://bevy-cheatbook.github.io/3d/gltf.html.
My test code is at https://github.com/zraktvor/bevy-error/blob/main/src/main.rs.
cargo run
gives me the output:Is this some problem with my test code or a bug in bevy?
Beta Was this translation helpful? Give feedback.
All reactions