Search Issue Tracker
Fixed
Fixed in 6000.0.0b11
Votes
0
Found in
6000.0.0b1
Issue ID
UUM-62233
Regression
No
Console displays an error "KeyNotFoundException: The given key '-2862' was not present in the dictionary." when build profile is selected and user clicks "Play"
How to reproduce:
- Create a new project
- Go to "File" ->"Build Profiles"
- Select any platform and create a build profile
- Go to Project ->Assets ->Settings ->BuildProfiles
- Select the newly created build profile
- Go to the "Inspector" tab
- Click a preset icon next to the build profile title in the "Inspector" tab
- Create a build profile preset
- Select the newly created preset in the "BuildProfiles" folder
- Select it and click "Play"
Actual result: The console displays an error. An attachment (video) is added below in the "Attachments" section.
Expected result: No errors in the Console.
Reproducible with: 2023.3.0b1, 2023.3.0b5
Not reproducible with: 2023.3.0a19.
Note - Error:
KeyNotFoundException: The given key '-4980' was not present in the dictionary.
System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <107439755c2c4e4f961430e1c757b578>:0)
UnityEditor.Presets.PresetEditor.DestroyInternalEditor () (at /Users/bokken/build/output/unity/unity/Modules/PresetsUIEditor/PresetEditor.cs:383)
UnityEditor.Presets.PresetEditor.OnDisable () (at /Users/bokken/build/output/unity/unity/Modules/PresetsUIEditor/PresetEditor.cs:286)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment