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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.