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
- Crash on mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Resolution Note (fix version 1.0.0-preview.5):
Fix Pull Request: https://github.com/Unity-Technologies/InputSystem/pull/1049