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
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
Add comment