Search Issue Tracker
Fixed in 1.0.0-preview.5
Votes
0
Found in [Package]
0.2.1
Issue ID
1207527
Regression
No
[Input System] Console errors appear when you save Input Action asset after changing the name of the folder containing it
Steps to reproduce:
1. Create and open a new project with the "Input System" package
2. Create a new folder in the Project window and open it
3. In the toolbar press "Assets" > "Create" > "Input Actions"
4. Select the Input Action asset you have created and press "Edit Asset" in the Inspector window
5. In the Input Action editing window create a new Action Map
6. In the Project window rename the folder containing the Input Action asset
7. In the Input Action editing window press "Save Asset"
Expected result: No errors appear in the Console window, Input Action asset gets saved
Actual result: An error appears in the Console window: "DirectoryNotFoundException: Could not find a part of the path", the Input Action asset does not get saved
Reproducible with: 2018.4.15f1, 2019.2.18f1, 2019.3.0f4, 2020.1.0a19 ("Input System" package version 0.2.1.preview - 1.0.0)
Could not test with: 2017.4 (No package manager)
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.0.0-preview.5):
Fix Pull Request: https://github.com/Unity-Technologies/InputSystem/pull/1049