Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2023.3.X):
There are no fixes planned for this Bug