Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.4f1
2019.1.0a1
2019.2.0a1
Issue ID
1138688
Regression
No
Standalone player does not load previous Inputs when "Display Resolution Dialog" is set to "Hidden By Default"
How to reproduce:
1. Open attached project "OldInputSettings.zip" and scene "Example"
2. Make sure that "Edit" -> "Project Settings" -> "Player" -> "Resolution and Presentation" -> "Display Resolution Debug" is set to Hidden By Default
3. Build and Run the game and hold "Alt" key immediately, a "Player Pref Bug Configuration" window will appear
4. Go to "Input" tab and change the "Red" Control to button "q"
5. Press "Play!", when the game loads press button "q", the Cube is going to be colored red
6. Exit the game
7. Open the build again
8. When the game loads, press button "q"
Expected result: the Cube is colored red
Actual result: the Cube is not colored red, only the default Input button is coloring the Cube (button "r" which is in "Edit" -> "Project Settings" -> "Input" -> "Axes" -> "Red")
Reproducible with: 2017.4.24f1, 2018.3.11f1, 2019.1.0b9, 2019.2.0a10
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
Resolution Note:
With the move to the new input system package found here https://github.com/Unity-Technologies/InputSystem and in the Unity Package Manager, the old input system is being detracted.