Search Issue Tracker
In Progress
Under Consideration for 2022.3.X, 6000.0.X, 6000.3.X
Fix In Review for 6000.5.0a4
Votes
0
Found in
2022.3.63f1
6000.0.51f1
6000.3.0f1
6000.5.0a1
Issue ID
UUM-109364
Regression
No
Generic methods with [HideInCallstack] are present when “Strip logging callstack“ option is enabled in the Console Window
Reproduction steps:
1. Open the attached “IN-104937_My project.zip“ project
2. In the Console window’s options (3 vertical dots), enable the “Strip logging callstack“ option
3. Select the “Test > Click Me“ option from the Menu Bar
4. In the Console’s options menu (3 vertical dots), enable the “Strip logging callstack“ option
5. Select the “Inspect my stacktrace!“ log inside the Console
6. Observe the stacktrace
Expected result: The generic [HideInCallstack] “ThisShouldBeHiddenButIsnt<T>()” method is hidden
Actual result: “TestLog:ThisShouldBeHiddenButIsnt<int> () (at Assets/TestLog.cs:16)“ is present in the stacktrace
Reproducible with: 2022.3.63f1, 6000.0.51f1, 6000.1.8f1, 6000.2.0b6
Reproducible on: Windows 11 (User’s platform), M1 Max MacOS 15.5 (Tested by CQA)
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UTF-8 character in index.html is corrupted when building a WebGL project
- Help box icon in "Tile Palette" window is blurry in both Unity themes
- Memory leak when importing a non-embedded-texture FBX exported from Character Creator 5 with “Mouth Open as Morph” and “Convert Skinned Expressions to Morphs” enabled
- Drop-down component is overlapped with the default Tile Palette layout line
- VisionOS Player and Simulator crashes on "nw_read_request_report [C1] Receive failed with error "No message available on STREAM"" when playing a video through VisionOSVideoComponent
Add comment