Search Issue Tracker
In Progress
Under Consideration for 6000.3.X
Fix In Review for 6000.4.X
Fixed in 6000.5.0a1
Votes
0
Found in
2022.3.66f1
6000.0.56f1
6000.2.2f1
6000.3.0a6
6000.5.0a1
Issue ID
UUM-115091
Regression
No
OnWillSaveAssets receives an empty paths array when saving a new Scene
Reproduction steps:
1. Open the attached “IN-111513.zip” project
2. Go to File > New Scene
3. Select “Basic (URP)” and Create
4. Save the Scene and give it any name
5. Observe the Console
Expected result: Log as such “OnWillSaveAssets: Assets/(Scene_name).unity" is visible
Actual result: Empty log “OnWillSaveAssets:" is visible
Reproducible with: 2022.3.66f1, 6000.0.56f1, 6000.2.2f1, 6000.3.0a6
Reproducible on: macOS 15.5 (M3 Max), Windows 11
Not reproducible on: no other environments tested
Notes:
- Other asset types (e.g., Prefabs) show correct behavior - the log includes the asset path when saving
- This prevents from validating or blocking scene saves using OnWillSaveAssets
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment