Search Issue Tracker
By Design
Votes
0
Found in
6000.0.47f1
6000.1.0f1
6000.2.0a9
Issue ID
UUM-103866
Regression
Yes
Warning "Full dialog message:" is logged when the project is upgraded to a newer version
Steps to reproduce:
1. Open the attached project “ReproProj“
2. Observe the Console
Expected results: No Warning or Warning contains more info
Actual result: A Warning “Full dialog message :“ is present
Reproducible with: 6000.0.15f1 (6a96561936c0), 6000.0.47f1, 6000.1.0f1, 6000.2.0a9
Not reproducible with: 6000.0.14f1 (6193ad73cb06)
Testing environment: Windows 10, macOS
Not reproducible on: No other environment tested
Note:
- First affected version on Mac differs from Windows 10, but above FAV is tested with Windows 10
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
When a message box is displayed containing a string that's too long for the UI to display, the message is truncated but the entire message is written to the console. The string "(For the full message, see the editor log file)" indicates when this occurs.
This functionality was recently modified to fix bug: https://issuetracker.unity3d.com/issues/editorutility-dot-displaydialog-does-not-show-the-message-when-the-message-is-too-long.
That is, previously the full message text wasn't being written to the console in some cases and this was fixed in 6000.15f1.