# Objective - Closes #15717 ## Solution - Wrap the handle in a new wrapper component: `AnimationGraphHandle`. ## Testing Searched for all instances of `AnimationGraph` in the examples and updated and tested those ## Migration Guide `Handle<AnimationGraph>` is no longer a component. Instead, use the `AnimationGraphHandle` component which contains a `Handle<AnimationGraph>`. |
||
|---|---|---|
| .. | ||
| animation_plugin.rs | ||
| main.rs | ||
| morph_viewer_plugin.rs | ||
| scene_viewer_plugin.rs | ||