Search Issue Tracker
By Design
Votes
0
Found in
2019.3
2019.3.0f1
2020.1
Issue ID
1204105
Regression
No
[SerializeReference] "System.Object" Serialize Reference and Data lost after Play mode
Reproduction steps:
1. Open the "1204105" project
2. In the Project window right-click -> "Create" -> "Container"
3. In the Inspector window click on the Cog Wheel (Three dots) -> "Print Values"
4. Notice Console output
5. Enter Play mode
6. In the Inspector window click on the Cog Wheel (Three dots) -> "Print Values"
7. Notice Console output
Expected Result: Values are outputted
Actual Result: NULLs are outputted
Reproduced with: 2020.1.0a17, 2019.3.0f3, 2019.3.0a2
Did not reproduce on(Fature not yet implemented): 2019.3.0a1, 2019.2.17f1, 2018.4.14f1, 2017.4.35f1
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
- Usymtool tries to upload GameAssembly.pdb when it doesn't exist after building with Mono backend
- “NullReferenceException” error thrown in the Console when running HDRP Wizard “Fix All” in URP project after installing HDRP Package
- "Debug Draw Mode" unchecked checkboxes are not visible
- [Android] App crashes when Volume Depth of Field is set to "Bokeh" while using Vulkan Graphics API
- Baked Off Mesh Links outside the modified area are deleted when using NavMeshSurface.UpdateNavMesh
Resolution Note:
"System.Object" is not yet supported for "SerializeReference" and we do not intend on supporting it in the short term. Currently, you can use a class, abstract class or interface with "SerializeReference". This will be addressed in the future.