bytestring-net / bevy_lunex

Blazingly fast path based retained layout engine for Bevy entities, built around vanilla Bevy ECS.
https://bytestring-net.github.io/bevy_lunex/
Apache License 2.0
592 stars 24 forks source link

Zoomed in cameras cause the ui to become misplaced and incorrectly scaled #44

Closed CreggEgg closed 5 months ago

CreggEgg commented 5 months ago

When changing the zoom of a camera with the projection.scale property the ui is not affected and ends up improperly scaled and positioned

IDEDARY commented 5 months ago

Fixed in version 0.1.1 for Bevy 0.14.0. I will release the crate once 0.14.0 lands. For now you can use the "dev" branch (0.14.0) on GitHub.