Search Issue Tracker
By Design
Votes
0
Found in
2022.3.39f1
Issue ID
UUM-76037
Regression
No
Trying to save UI Document throws a pop to save a scene
How to reproduce:
1. Open the attached "Repro" project
2. Open Repro.uxml file (Assets -> Repro.uxml)
3. Press the save shortcut (Ctrl + S or CMD + S)
4. Observe the Pop-up
Expected result: No pop-up should appear because the Editor window is not focused
Actual result: Pop-up appears to save unsaved scene
Reproducible with: 2022.3.39f1
Reproduced on: macOS Sonoma 14.5 (M1)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
In Unity, pressing CTRL+S or CMD+S will always save the scene first. The UI Builder simply hooks in that flow for additional saving work, but cannot change that this is the default behaviour. If there are changes in the scene, it will try to save it first, so for ideal workflow it's better to work with an already saved scene.