Search Issue Tracker
Fixed
Fixed in 2021.3.20f1, 2022.2.9f1
Votes
0
Found in
2021.3.6f1
2022.1.8f1
2022.2.0a18
2023.1.0a2
2023.2.0a1
Issue ID
UUM-11334
Regression
Yes
NullReferenceException is thrown when clicking the "Select Preset" button
How to reproduce:
1. Open the attached project “IN-5050_sandbox-urp”
2. Press Edit → Project Settings → Input Manager
3. Open “Select Preset” window (click the tiny slider icon in the top right of the inspector)
4 Observe the Console
Expected result: “Select Preset” window opens
Actual result: Errors in the Console appear and “Select Preset” window doesn’t open
Reproducible with: 2021.3.6f1, 2022.1.8f1, 2022.2.0a18, 2023.1.0a2
Not reproducible with: 2020.3.36f1, 2021.2.0a19
Reproducible on: Windows 10 Pro & MacOS 12.6
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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note (fix version 2022.2.9f1):
Prevented having null preset assets in search if user has declared its own Preset class
Resolution Note (fix version 2021.3.20f1):
Prevented having null preset assets in search if user has declared its own Preset class