mbrea-c / bevy_animation_graph

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

Error propagation and handling #26

Closed mbrea-c closed 7 months ago

mbrea-c commented 8 months ago

Editor tracking issue: #25

This PR replaces panics due to missing edges during graph evaluation with error propagation, and displays resulting error (if any) in the editor.

This prevents editor crashes when some required edge is missing, which occurs often while editing the graph.