Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X
Votes
0
Found in
6000.0.27f1
6000.1.0a3
Issue ID
UUM-87147
Regression
Yes
KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Steps to reproduce:
1. Open the “hyperlinks.zip” project
2. In the Menu Bar, click “Hyperlinks Test”
3. Select the “EditorGUIHyperLinkClicked”
4. Double-click the “displayed text”
5. Observe the Console Window
Expected result: The values of variables “data” and “otherData” are shown
Actual result: “KeyNotFoundException: The given key 'otherData' was not present in the dictionary” is thrown
Reproducible in: 2023.3.0b5, 6000.0.27f1, 6000.1.0a3
Not reproducible in: 2021.3.45f1, 2022.3.52f1, 2023.3.0b4
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: The code for this script is from the Unity Docs: [https://docs.unity3d.com/6000.1/Documentation/ScriptReference/EditorGUI-hyperLinkClicked.html|https://docs.unity3d.com/6000.1/Documentation/ScriptReference/EditorGUI-hyperLinkClicked.html]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
- The options modal for which type of Tilemap to create isn't drawn when it has been previously closed until the user moves their cursor
Add comment