Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
21
Found in
5.4.0b22
Issue ID
807380
Regression
No
UI images and texts disappear on editor focus change
Changing the focus to another application and back to Unity, causes some UI elements in the scene view to disappear. This includes images and texts, but interestingly not all images disappear.
Reproduce:
- Open provided example project
- Open Assets/Scenes/Menu_Main/Menu_Main.unity
- Enable 2D mode in scene view
- Double click "Menu_Main" GameObject in Hiearchy window
- Focus another application, eg open Microsoft Notepad
- Switch back to Unity by clicking in the scene view, while Notepad has the focus
=> Observe a few images/texts disappear in the scene view
Expected:
UI elements in the scene view should not disappear when changing the editor focus.
Comments (4)
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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
MrIconic
May 12, 2017 20:28
Well the one below with from drewballz....
MrIconic
May 12, 2017 20:28
^ That comment might be onto something
DrewBallz
Feb 06, 2017 22:15
Issue appeared for me when I included .dll.mdb files in my project. When I deleted ALL of those the issue went away.