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
- Rigged GameObject doesn’t return to its idle state when disabling "Preview" and the GameObject has nested rigged GameObjects
- Error "ArgumentException: Trying to use an invalid resource" when creating custom post-processing effect in URP
- [DX12] GameObjects using CommandBuffer DrawProcedural and DispatchCompute calls have color flicker when changing color and moving mouse cursor
- The Player becomes unresponsive after resolution switch in Exclusive Fullscreen mode when using DX12 Graphics API
- (Apple Silicon) Floating point inconsistencies between mono and il2cpp
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.