scene_viewer is crashed when loading gltf. #6630
Labels
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
Bevy version
0.9.0
[Optional] Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
cargo --version
)What you did
run
cargo run --release --example scene_viewer
/Users/allen/Blender/Gandam/gltf/GDM.glb#Scene0`What went wrong
scene_viewer crashed with following logs.
Additional information
The crash occurred at second line.
The
scene-handle.handle
is valid, and load state is loaded, gltf_assets should be able to get from it, but it returns None.The text was updated successfully, but these errors were encountered: