Search Issue Tracker
Fixed in 1.1-preview
Votes
0
Found in [Package]
1.0.0
Issue ID
1262496
Regression
No
[Input System] Crash with various stack traces when using InputActionTrace.SubscribeToAll
How to reproduce:
1. Download tester-attached package (CrashPackage.unitypackage)
2. Create a new Unity project, import the Input System package and create its settings asset
3. Import the CrashPackage
4. Open the CrashScene and enter Play Mode
5. Click around the Scene/Game view, if the crash does not occur, try exiting/entering Play Mode again
Expected result: the Editor does not crash
Actual result: the Editor crashes
Reproducible with: 2019.4.4f1, 2020.1.0b16, 2020.2.0a18(Input System preview - 0.9.1, 1.0.0)
Could not test with: 2018.4.25f1(affected package version unavailable), 2019.4.4f1, 2020.1.0b16, 2020.2.0a18(Input System preview - 0.9.0 - InputActionTrace not implemented)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Resolution Note (fix version 1.1-preview):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1184