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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Resolution Note:
There are no fixes planned for this Bug