Search Issue Tracker
In Progress
Under Consideration for 6000.3.X
Fix In Review for 6000.4.X
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
- 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
Add comment