Search Issue Tracker
By Design
Votes
0
Found in
5.4.3p3
Issue ID
860655
Regression
No
Editor does not automatically save changes made to Scriptable Objects from scripts without explicit dirtying
Steps to reproduce:
1. Download and open the attached project
2. Open Assets/Data/TestObject in the inspector to observe changes
3. Go to Assets-->Modify asset (this adds a "!" to Element 0 of TestObject)
4. Save the project (this does nothing)
5. Close the project
6. Open the project
Expected result: TestObject has the modified value
Actual result: TestObject has the value from before being modified
Reproduced on 5.2.3f1. 5.3.7p2, 5.4.3p3, 5.5.0p1, 5.6.0a5
Notes:
-modifying the object manually by inputting values into it's elements is registered normally
-one consequence of this is AssetBundles not rebuilding the asset modified through the script(original submitted issue)
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
- Single click calls UI Element renaming with a delay when clicked on the UI Element name
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
Kichang-Kim
Dec 13, 2016 02:01
EditorUtility.SetDirty() not works.
SorenSaket
Dec 12, 2016 18:42
Are you marking the object as dirty?