Search Issue Tracker
Duplicate
Votes
0
Found in
2017.3.0f3
Issue ID
991176
Regression
No
Applying changes to ScriptableObject with SerializedObject.ApplyModifiedProperties causes all scenes to be marked as dirty
Steps to reproduce:
1. Open attached “ScriptableObjectBug.zip” Unity project
2. Open Edit->Preferences (Unity->Preferences for macOS)
3. Select “ScriptableObject Bug Demo” tab
4. Modify “Interval Seconds” value
Expected results:
Scenes are not dirtied
Actual results:
All scenes are dirtied
Reproduced in: 2018.2.0a1, 2018.1.0b4, 2017.3.0p3, 2017.2.1p2,, 2017.1.3f1, 2017.1.0a1
Workaround: Use SerializedObject.ApplyModifiedPropertiesWithoutUndo
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #989299