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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 1.0.0-preview.5):
Fix Pull Request: https://github.com/Unity-Technologies/InputSystem/pull/1049