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
- IndexOutOfRangeException is thrown and Blur Radius value reverts when saving after modifying Blur Radius and another property in UI Builder
- New Hierarchy window does not ping the GameObject when using PingObject(this)
- "The referenced script (Unknown) on this Behaviour is missing!" warning is thrown when enabling/disabling the "Deep Profile" in the Play Mode
- Not compatible with UITK Materials can be assigned in the UI Builder
- "ArgumentOutOfRangeException" is thrown when selecting a transition to an animation shorter than 3 frames with "Loop Time" enabled
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.