A Breakdown of changes for the 1.5 Driver & SDK releases

Release Notes

2026-01-27 - Kindly Kraken 1.5.0-beta.6 (Public Beta)

Highlights of this Release

This release adds many new features and improvements such as (non-conformant) support for the OXR API, which enables WebXR support in Chromium-based browsers on Windows, automatic gameboard incline detection, Direct3D 12 support, and wide-angle camera image streaming support.

Source-Level Incompatibility

The reference frame called GBD, which was used in various struct field names to refer to the reference frame associated with the physical gameboard, has been replaced with a reference frame called STAGE. With the introduction of automatic gameboard orientation detection, we wanted to draw a distinction between the reference frame of the physical gameboard, which may now have arbitrary orientation, and that of the display region, which will always remain gravitationally aligned (i.e. Z pointing up). The pose of the physical gameboard is made available via a new query, and is now referred to as the BOARD reference frame.

Known Issues

  • Attempting to stream camera images to an application built with a prior SDK while running the 1.5.0-beta.6 driver will result in no images being sent. This will be fixed for the final 1.5.0 driver. Until then, if camera images are needed, please use the 1.4.2 driver.

Changes in Detail

  • Unity
    • Updated the gameboard gizmo to reflect the automatic gameboard orientation determination
  • Glasses
    • Fixed an issue causing glasses to occasionally fail to wake up after going to sleep
    • Add support for dynamically detecting the gameboard orientation
      • Note that the gameboard orientation should not be changed while the glasses are using it for tracking. Doing so may require looking away from the gameboard and looking back to reset the tracking state.
    • Add support for streaming wide-angle camera images to applications
    • Various tracking improvements
  • Driver
    • Add initial non-conformant support for the OXR API
    • (Windows) Add support for the XR_EXT_win32_appcontainer_compatible OXR extension
    • Add support for applications using Direct3D 12
    • Various stability fixes and improvements
  • Installer
    • (Windows) Fix an issue with applications launched by the installer (such as the Tilt Five Control Panel) incorrectly running as the Administrator user