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
- Mistakes in multiple Particle System Components pop-up
- Hovering on the Particle System Controls shows an offset tooltip with the overlay window name
- Inconsistent UI hover colour with poor contrast in VFX Graph window
- Lights with Cookies generate Cookie Atlas and increase Memory usage every time when Play mode is entered
- Crash on mono_traverse_object_internal when exiting Play mode on a specific project
Kichang-Kim
Dec 13, 2016 02:01
EditorUtility.SetDirty() not works.
SorenSaket
Dec 12, 2016 18:42
Are you marking the object as dirty?