Loading gltf models is painfully slow.
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
0.12.0
## \[Optional\] Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
$ cargo --version
cargo 1.75.0 (1d8b05cdd 2023-11-20)
windows 11
AdapterInfo { name: "NVIDIA GeForce RTX 2060 with Max-Q Design", vendor: 4318, device: 7954, device_type: DiscreteGpu, driver: "", driver_info: "", backend: Dx12 }
## What you did
Loading a scene using gltf
## What went wrong
It took roughly 50 seconds to load a single model in release mode. By comparison, I loaded the same model here https://gltf-viewer.donmccurdy.com/ and takes less than a second to load.
## Additional information
Here's the file I used. It's a model I exported from ue5. https://www.dropbox.com/scl/fi/ihcf4wttx1edc09gedoc6/idle_relaxed.glb?rlkey=jdsw4wm0ehjrof5m65ney4dvd&dl=0
Contributor guide
Assessment
This issue has not been assessed yet.