Skip to content

Is animating using two different lens components that operate on the same shared component still supported? #164

Description

@hexroll

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions