Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0a2
Issue ID
752202
Regression
Yes
[Windows][TerrainComponent] Popup window rendering disappears after minimizing and expanding Editor's main window
Steps to reproduce:
1. Open Unity on Windows;
2. Create new project;
3. Add Terrain gameobject (GameObject -> 3D Object -> Terrain);
4. Select Terrain gameobject in the Hierarchy view;
5. Go to Place Trees tab in Terrain Component;
6. Click Edit Trees -> Add Tree;
7. Click on main Editor window, while Add Tree popup window is active;
8. Minimize main Editor's window;
9. Expand main Editor's window;
10. Observe "Add Tree" popup window.
Actual result:
Popup window rendering disappears (see attached gif video actual.png screenshot). Also happens in every popup window through Terrain component:
- Add/Edit Terrain texture;
- Add/Edit Tree/Detail mesh;
- Mass Place Trees.
Regression introduced in 5.4.0.
Expected result:
Popup window should be rendered normally after minimizing/expanding main Editor's window (see attached expected.png screenshot).
Notes:
- Happens only on Windows (8 and 10 checked);
- Happens with DX11 and DX9 mode (checked);
- Popup window rendering appears when mouse hover or clicking on it;
- Doesn't reproduce in 5.3.0f4;
- May happen in other similar Editor windows.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment