Search Issue Tracker
Fixed
Fixed in 1.1.0-pre.2
Votes
0
Found in [Package]
1.1.0-exp.2
Issue ID
PROFB-113
Regression
Yes
Memory Profiler overlaps letters when using a String containing '\r' characters
How to reproduce:
1. Open the attached project “MPBug.zip“
2. Open the Memory Profiler (Window>Analysis>Memory Profiler)
3. Select the “Snap“ Snapshot
4. Select the “All of Memory“ tab
5. Expand Managed, Managed Objects and then System.String
6. Observe the second String from the top (or scroll down to find the bugged one)
Expected result: ‘\r' characters are shown as a new line, String letters aren’t overlapping
Actual result: ‘\r' characters aren’t shown as a new line, String letters are overlapping
Reproducible with: 1.0.0, 1.1.0-exp.2 (2023.1.0b13, 2023.2.0a11)
Not reproducible with: Version 0.7.1-preview.1, Version 0.7.0-preview.2 (2020.3.47f1, 2021.3.23f1, 2022.2.16f1)
Can’t test with: 1.0.0-pre.1, 1.0.0-pre.2, 1.0.0-pre.3 (2020.3.47f1, 2021.3.23f1) (“All of Memory” tab is not supported), 1.0.0-pre.1, 1.0.0-pre.2, 1.0.0-pre.3 (2022.2.16f1, 2023.1.0b13, 2023.2.0a11) (Either “ArgumentException: The input asset name cannot be empty.“ error or the System.String name is <No Name>)
Reproduced on: macOS 13.0.1 (Intel), Windows 10 (by reporter)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
Add comment