Search Issue Tracker
Duplicate
Votes
0
Found in
5.4.2f1
Issue ID
840970
Regression
No
Text field is not redrawn in game view after minimizing/maximizing editor window on Windows.
Text field disappears after refocus because of .dll and .mdb files conflict
Reproduction steps:
1. Open the attached project "case_840970-Unity";
2. Open Main Scene;
3. Go on the Game window;
4. Minimize Unity program;
5. Maximize Unity program;
6. Change Text Field parameters or pull Game window;
7. Repeat steps with the attached project "New_Project_840970".
Actual result: The text disappears after refocus and shows up when you active window (example: change Game window size) or change Text field parameters.
Expected result: The text always is in display.
Workaround: In Demigiant folder (which is in the Assets window) are stored DOTween files, the conflict is between .dll and dll.mdb files. When they are placed together, the text disappears from the scene. But if you delete one of them: .dll or .dll.mdb files, everything works properly. Also, when I created new empty project with Text field (Unity 5.5.0b3), everything works properly too.
dll.mdb files are created with the pdb2mdb converter (using Unity's UnityVS MDB generator). So this converter creates the dll.mdb files which are causing the conflict with dll files. Because of this a bug with the Text field appears in Unity.
Reproduced with: 5.2.3f1, 5.3.0f4, 5.4.0b15, 5.5.0a6, 5.5.0b2, 5.5.0b3, 5.5.0b8, 5.6.0a1.
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
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- [Linux] Silent crash when generating lighting
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
This is a duplicate of issue #807380