I ran into an issue where Sprite Picking fails when a Transform::from_xyz(x, y, z).with_scale(Vec2::splat(2.).extend(0.)) is included in the Bundle
System Details:
Bevy 0.16.1
Rust 1.86.0
OS: NixOS 25.05
I'm rather new to Bevy, especially regarding Picking, so lmk if I'm missing something obvious here.