InputSystem Changelog

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

1.0.0-preview.3 #

14 Nov 2019

Fixed

Fixed

  • Fixed wrong event handlers getting removed when having three or more handlers on an event (case 1196143).
    • This was an bug in an internal data structure that impacted a number of code paths that were using the data structure.
  • Fixed LayoutNotFoundException being thrown when InputControlPath.ToHumanReadableString referenced a layout that could not be found.