Unity Issue Tracker - KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Fixed
UUM-87147
KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Unity: Text (TextCore)
Fixed
6.1.X
Won't Fix
6.0.X
Fixed issue when using multiple arguments in a single tag with IMGUI.
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