Search Issue Tracker
By Design
By Design in 1.1.X
Votes
0
Found in [Package]
0.7.1-preview.1
1.1.1
Issue ID
PROFB-260
Regression
No
Editor capture warning text in Memory Profiler doesn't wrap to next line
Steps to reproduce:
- Open a Unity project
- Install the com.unity.memoryprofiler package via the Package Manager (Window > Package Manager > + > Install package by name)
- Open the Memory Profiler via Window > Analysis > Memory Profiler
- Create a snapshot by clicking 'Capture New Snapshot'
- Click on the created snapshot in the left panel to open it
- Observe the warning text starting with 'Editor capture!' on the Summary section
Actual results: The text does not wrap to the next line. This means that the user has to resize the window to be large to be able to read all of it. Even on larger monitors, the Window has to be made really large, and the side panels made smaller to see the whole text. On smaller monitors, this there is even more difficulty for the user in reading the text as there isn't enough space for them to resize the monitor to read it.
Expected results: The text either wraps to the next line, or is much shorter so it doesn't matter that it doesn't wrap
Reproducible with versions: 2.0.0. 1.1.1, 0.7.1-preview.1
Not reproducible with versions: -
Can’t test with versions: -
Tested on (OS): Windows 11
Notes:
- Main Monitor used is a 15.6 inch 4K laptop screen. The issue has also reproduced (and been a problem) on a 25 inch 1440p monitor and a 21.5 inch 1080p monitor.
- The larger the monitor size the less prominent the issue is, but it still depends on the size of the Memory Profiler Window.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
I've attached a video of how this looks for me on a 1440p desktop:
https://drive.google.com/file/d/1-EOuK_VV-jehTBVKpXVCHh6YJYc89tz2/view?usp=sharing
We consider this to be how this tool is designed to work; you need a reasonable sized window in order to actually read the charts and graphs, as those are cut-off as well. You can collapse the panel on the left hand side if you need more space. If you think there's more to this and/or we haven't considered something we'd be happy to reconsider closing the bug.
Resolution Note (1.1.X):
I've attached a video of how this looks for me on a 1440p desktop:
https://drive.google.com/file/d/1-EOuK_VV-jehTBVKpXVCHh6YJYc89tz2/view?usp=sharing
We consider this to be how this tool is designed to work; you need a reasonable sized window in order to actually read the charts and graphs, as those are cut-off as well. You can collapse the panel on the left hand side if you need more space. If you think there's more to this and/or we haven't considered something we'd be happy to reconsider closing the bug.