Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2018.4.9f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1184424
Regression
No
Manually updating scriptable object asset file causes Unity to fail updating it's values
How to reproduce:
1. Open the "696660.zip" project
2. Make sure "Auto Refresh" is turned off
3. Open the Data.asset in text editing software
4. Open the SO.cs script
5. Add "public int test_val;" to the script
6. Add "test_val: 1000" to the Data.asset file
7. In Project View press RMB > Refresh
8. Select the "Data.asset" in project View
Actual result: The test_val in data.asset is not updated.
Expected result: The new values are in data.asset are updated.
Reproducible with: 2017.4.33f1, 2018.4.11f1, 2019.2.8f1, 2019.3.0b7, 2020.1.0a8, 2020.2.0a10.
Notes:
- On the user's project, reimporting all assets results in the .asset files getting overrided with 0 values. (not reproducible on minimal repro)
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
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
- Addressables Profiles window UI break when creating a new Variable with a long name
- No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
- Blurry, low quality Active Profile icon used in Addressables Profiles window
- Tree Asset Preview window is not updated after assigning a new Material
Resolution Note (fix version 2022.1):
Fixed in: 2022.1.0a4