mbrea-c / bevy_animation_graph

Animation graphs in Bevy!
Apache License 2.0
97 stars 5 forks source link

Editor fails to load if some files in asset folder cannot be loaded independently #43

Closed mbrea-c closed 2 months ago

mbrea-c commented 6 months ago

This is a follow-up to the Bevy 0.13 upgrade #42 , since the bug was introduced there.

If you have some files in you asset folder that Bevy does not know how to load directly (e.g. .bin file tied to a .gltf file), loading the assets will fail.

mbrea-c commented 2 months ago

fixed by #52