Search Issue Tracker
Duplicate
Votes
0
Found in
2019.3.0a2
2020.1.0a1
2020.1.0a8
Issue ID
1190493
Regression
No
[SerializeReference] Freeze when parent list property with SerializeReference children is created
Reproduction steps:
1. Open the attached project "1190493" and "test" scene
2. In the Hierarchy, select "Main Camera" and open "Test.cs",
3. Comment out "List<Parent> p" variable and [SerializeField] attribute in lines 7 and 8
4. Save it and compile the code by going back to the Editor
5. Uncomment the same lines, save it and recompile again
6. If "Main Camera" is not selected anymore, select it again
Reproducible with: 2019.3.0a2, 2019.3.0b7, 2020.1.0a9
Could not test with: 2017.4.33f1, 2018.4.11f1, 2019.2.10f1, 2019.3.0a1 (SerializeReference inaccessible due to its protection level)
Note: Deleting SerializeReference attribute from the child property (line 44) stops the freezing
-
Resolution Note:
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
- 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
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
This is a duplicate of issue #1187296