Search Issue Tracker
Not Reproducible
Votes
0
Found in
2020.1.0b15
2020.1.0f1
Issue ID
1271875
Regression
Yes
[Serialization] The value of a custom string field and custom field is mixed when it's printed in OnAfterSerialize callback
Reproduction steps:
1. Open the attached project ("BugRepro.zip")
2. Open "SampleScene" scene
3. Enter Play mode
Expected result: Number 164 is printed to the console
Actual result: String "City" field value is printed to the console
Reproducible with: 2020.1.0b15, 2020.1.16f1
Not reproducible with: 2018.4.28f1, 2019.4.16f1, 2020.1.0b14, 2020.2.0b14, 2021.1.0a8
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
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
- “Glyph rendering has been aborted due to sampling point size” Log is printed and Font Atlas is not generated when Atlas Resolution is 8192x8192, and the Render Mode is SDF
Resolution Note (2020.2.X):
Updating to newer versions fixes the issue because the asset is reimported automatically and the hash is 'fixed'.
Similarly, reimporting the asset updates the hash and fixes the problem.