Skip to main content
Version: 3.2.x

← Back to index page

3.2.0 Changelog

New Features

  • DevicesCache:
    • added DevicesCache component to handle input and output payloads.
    • renamed DeviceMapper.DeviceListReceived event argument type from DeviceListReceivedEventArgs to DevicesCacheEventArgs.

Fixes and Improvements

  • DeviceController:
    • fixed Inverse3 and VerseGrip controllers not displayed in inspector before device list was retrieved.
    • connection error message in inspector only shown when the connection is not established.
    • avoid unwanted mapping being saved into the current scene when ran in editor mode.
  • Performance:
    • minimize output payload size for better performance.
  • Tutorials:
    • fixed selected handedness and unreachable sphere.
  • Haptics And Physics Engine sample:
    • updated to work with 3.x.x version.
    • added disclaimer about the experimental nature of the sample.

← Back to index page