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
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
This is a duplicate of issue #807380