Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jthomperoo jthomperoo released this 20 Mar 22:29
· 78 commits to master since this release
3fe7c28

[v0.4.0] - 2020-03-20

Added

  • New UISystem for creating HUDs and UIs, position and scale relative to camera view rather than world space.

Changed

  • Changed coordinate systems from (-0.5, -0.5) -> (0.5, 0.5) to (-1, -1) -> (1, 1) to be more intuitive.
    • Camera field viewportPosition changed.
    • PointerCameraInfo field cameraPosition changed.
    • Pointer field elementPosition changed.
    • For UI enabled entities, the Transform field position changed.