mbrea-c / bevy_animation_graph

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

Animated Scenes sometimes appear invisible #6

Open mbrea-c opened 9 months ago

mbrea-c commented 9 months ago

Animated scenes spawning sometimes proceeds seemingly without issue (entities are spawned with correct components and animation works as expected) but the resulting meshes are invisible.

This occurs relatively rarely (<1/10 times) and I have not found a way to reliably reproduce it.

Any additional reports would be appreciated :)