You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program running normally or crashing because of missing attributes
What actually happened
The program crashed because it tried to unwrap the value returned by mesh.get_index_buffer_bytes() and it was None because the mesh didn't have a index buffer
Additional information
The unwrap occurs in bevy_render/src/mesh/mesh.rs:395:48
The text was updated successfully, but these errors were encountered:
Bevy version
I tested both the 0.4 version and commit
4a08370
on masterOperating system & version
Arch linux using the 5.10 kernel and latest nvidia drivers
What you did
Created a mesh with only the positions attribute
What you expected to happen
The program running normally or crashing because of missing attributes
What actually happened
The program crashed because it tried to unwrap the value returned by
mesh.get_index_buffer_bytes()
and it wasNone
because the mesh didn't have a index bufferAdditional information
The unwrap occurs in
bevy_render/src/mesh/mesh.rs:395:48
The text was updated successfully, but these errors were encountered: