Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

bevy_mod_picking compatibility #6

@UkoeHB

Description

@UkoeHB

This crate is not currently compatible with bevy_mod_picking because it clears GlobalTransform in First, while bevy_mod_picking needs the GlobalTransform in PreUpdate (there is a PickSet::Backend system set that runs there for all the backends).

Can you move transform clearing to PreUpdate and put it in a system set?

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