Skip to content

v0.3.2: Crash averted!

Compare
Choose a tag to compare
@TheNathannator TheNathannator released this 27 May 12:44
· 199 commits to main since this release
fed96ae

Finally nailed down why the crash was happening and found a workaround, now PS4 and Santroller layouts work again!

Changes

  • All HID device layouts are now matched against their proper usages in addition to their vendor/product IDs.
    • This avoids the crash that PS4 and Santroller layouts were causing on Windows.
  • PS4 and Santroller device layouts have been re-enabled now that they no longer crash Unity.
  • Reworked Santroller HID device layouts to no longer use a layout finder, instead they register multiple matchers for each variation.
    • This will allow the proper layout to persist across editor domain reloads, rather than reverting to the fallback that was previously used for the layout finder.