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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
There are no fixes planned for this Bug