Search Issue Tracker
By Design
Votes
1
Found in
2017.3.0a1
2018.2.3f1
2018.3.0a1
2019.1.0a1
Issue ID
1098697
Regression
No
The Scene is saved when AssetModificationProcessor.IsOpenForEdit returns false
How to reproduce:
1. Open attached "Repro-OpenForEditBroken.zip" project
2. Make a change to the Scene
3. Save the Scene
Expected result: The Scene can't be saved
Actual result: The Scene is saved
Reproducible: 2017.4.17f1, 2018.3.1f1, 2019.1.0a13
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
IsOpenForEdit is not intended to prevent saving to disk, Scene locking is a feature request.