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
478 stars 18 forks source link

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

Closed CreggEgg closed 1 month ago

CreggEgg commented 1 month 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 1 month 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.