Search Issue Tracker
Duplicate
Votes
0
Found in
5.4.0b24
Issue ID
813651
Regression
No
Unity looses focus when Save All of Verify Saving Assets menu is clicked
1) Create new project
2) In editor, under Preferences-> General enable 'Verify saving assets'
3) Create new script and attach it to new GameObject
4) Edit the script (a print("hello") statement will do in Start()
5) Save script
6) Go back to editor and save scene
Notice that confirmation message will pop up.
7. Click save All
Notice that last focused window comes in front of Unity window.
Expected results: Clicking on Save all button does not affect window focus
Actual results: Clicking on Save all button makes Unity Editor loose its focus
Note: Issue occurs with both MonoDevelop and Visual Studio code editors.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #835551