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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.