InputSystem Changelog

This changelog showcases the ability to render changelogs in the "keep a changelog" format

0.0.14-preview #

11 Dec 2018

Changed
Fixed

Changed

  • Pointer.delta no longer has SensitivityProcessor on it. The processor was causing many issues with mouse deltas. It is still available for adding it manually to action bindings but the processor likely needs additional work.

Fixed

Core:

  • Invalid memory accesses when using .NET 4 runtime
  • Mouse.button not being identical to Mouse.leftButton
  • DualShock not being recognized when connected via Bluetooth

Actions:

  • Parameters disappearing on processors and interactions in UI when edited
  • Parameters on processors and interactions having wrong value type in UI (e.g. int instead of float)
  • RebindingOperation calling OnComplete() after being cancelled

Misc:

  • Documentation no longer picked up as assets in user project