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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
This is a duplicate of issue #989299