In an earlier version of bevy_tweening I was able to insert Animator::new(tween_my_node_using_templated_lens1) and Animator::new(tween_my_node_using_templated_lens2), both operate on the same Node component of the entity.
This does not seem to work anymore.
Is that related to the recent template-less refactoring?
In an earlier version of bevy_tweening I was able to insert
Animator::new(tween_my_node_using_templated_lens1)andAnimator::new(tween_my_node_using_templated_lens2), both operate on the same Node component of the entity.This does not seem to work anymore.
Is that related to the recent template-less refactoring?