Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.2.0b10
2023.3.0a7
Issue ID
UUM-51384
Regression
No
"Action ID: [0] First character index: 22" messages are logged into the Console when clicking on certain elements in the Memory Profiler
How to reproduce:
1. Open the user-attached Snapshot “BoatAttack_2022-12-16_16-24-38” in the Memory Profiler
2. Click Window → Analysis → Memory Profiler
3. Select the uploaded Snapshot and open the “All Of Memory” tab
4. Find the “System.Collections.Generic.ObjectEqualityComparer” element and click on it
5. Observe the Console
Expected result: There is nothing logged into the Console
Actual result: The "Action ID: [0] First character index: 22" messages are logged into the Console
Reproducible with: 1.1.0-pre.1 (2023.2.0b9)
Reproducible on: Windows 10 Pro
Not reproducible on: No other environment tested
Note: No other versions were tested because the issue wasn't reproduced by CQA
Full error:
Action ID: [0] First character index: 22
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool)
Comments (1)
-
etherny1234
Feb 25, 2025 01:17
Same issue here in a specific context.
After an async HTTP request only in a async Task.
When "await request.SendWebRequest();"
If i Debug.Log any message ONLY after the SendWebRequest i receive the same log in the console.
Perpase this can help you with your issue.
Note : any log before the SendWebRequest works.
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
There are no fixes planned for this Bug