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
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
Resolution Note (fix version 1.0.0-preview.5):
Fix Pull Request: https://github.com/Unity-Technologies/InputSystem/pull/1049