GLTF loading and animation performance regression #17535
Labels
A-Animation
Make things move and change over time
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
main
deb135c
Relevant system information
What you did
What went wrong
The gltf file never finishes loading when running with the dev profile (or at least it takes a very very long time - I've killed the process after a few minutes). It will eventually load when running it with
--release
but it's slow and the animation playback is very choppy.Additional information
The file loads nearly instantly with
v0.15.1
and animation playback is smooth, even with the dev profile.UndeadMale.zip
The text was updated successfully, but these errors were encountered: