naninovel / docs

Documentation website
https://naninovel.com
77 stars 28 forks source link

Actions from input system v1.1.1 are not registered #152

Closed elringus closed 2 years ago

elringus commented 3 years ago

Caused by the following two regressions in the Unity's input system package:

  1. https://issuetracker.unity3d.com/product/unity/issues/guid/1368559
  2. https://issuetracker.unity3d.com/product/unity/issues/guid/1368563

Please vote via the links above to make the bugs fixed as soon as possible.

For a temporary workaround, use input system version 1.1.0-pre.5.

To change package version, edit Packages/manifest.json file changing

"com.unity.inputsystem": "1.1.1"

to

"com.unity.inputsystem": "1.1.0-pre.5"

elringus commented 2 years ago

Fixed in input system v1.2 and Naninovel v1.18.