InputSystem Changelog

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

1.1.1 #

03 Sep 2021

Fixed

Fixed

  • Fixed InvalidCastException: Specified cast is not valid. and InvalidOperationException: Already have an event buffer set! Was OnUpdate() called recursively? when upgrading from 1.1.0-pre.5 or earlier. If you experience this issue you can also restart the editor to resolve it.
  • Fixed InputDeviceChange.Destroyed not being available, now it's correctly marked as obsolete instead.
  • Removed documentation around platform user account management of InputUser which was ahead of actual backend support for the feature.