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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
This is a duplicate of issue #807380