Search Issue Tracker
Fixed in 1.19.1
Votes
10
Found in
1.18.0
Issue ID
UUM-134035
Regression
Yes
Project-wide Input Actions are not auto-saved when closing the Project Settings window
How to reproduce:
1. Create a new project
2. Install the Input System package
3. Create a new Input Actions asset
4. Select the created asset
5. In the Inspector window, click on "Assign as the Project-wide Input Actions"
6. Click on "Edit in Project Settings Window"
7. In the opened window, create a new Action Map
8. Close the Project Settings window
9. Observe the Input Actions asset
Actual result: Newly created Input Actions Map does not get saved as a sub-asset when closing the Project Settings window
Expected result: Newly created Input Actions Map gets saved as a sub-asset when closing the Project Settings window
Reproducible with: 1.18.0 (6000.0.66f2, 6000.0.67f1, 6000.3.7f1, 6000.4.0b7, 6000.5.0a6)
Not reproducible with: 1.17.0 (6000.0.66f2)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Workaround: Opening the edited Input Action Map in the Input Actions Editor by double clicking the asset and saving it from there
Comments (2)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
JMPM-UNITY
Mar 06, 2026 13:46
Hi kheldar125,
This PR fixes this issue - https://github.com/Unity-Technologies/InputSystem/pull/2362
The fix will be included in the next input-system package release (mind it is not in 1.9.0).
Thank you!
Josep
kheldar125
Mar 05, 2026 12:13
Can replicate the issue and it is very annoying.
New input system needs more robust testing before the legacy system is removed