Search Issue Tracker
Fixed
Fixed in 2023.1.0a1
Unknown (hidden) 2022.2.X
Votes
0
Found in
2022.2.0b2
Issue ID
UUM-9869
Regression
No
Exception is thrown when a generic method with two different definitions has a HideInCallstack attribute
How to reproduce:
# Open the user’s attached “ConsoleStripcallstackBug” project
# Observe the Console log
Expected result: No error is thrown
Actual result: Two ArgumentException errors are thrown
Reproducible with: 2022.2.0b2
Not reproducible with: 2023.1.0a1, 2023.1.0a4
Couldn’t test with: 2020.3.37f1, 2021.3.7f1, 2022.1.10f1 (HideInCallstack attribute isn’t featured)
Reproduced on: macOS 12.3 (Intel)
Thrown errors:
ArgumentException: An item with the same key has already been added. Key: UnityEditor.ConsoleWindow+HideInCallstackGenericMethodKey
ArgumentException: Getting control 0's position in a group with only 0 controls when doing repaint
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 2023.1.0a1):
Fixed in 2023.1.0a1
Resolution Note (2022.2.X):
Duplicate