Search Issue Tracker
Not Reproducible
Votes
1
Found in
5.6.0p3
Issue ID
908244
Regression
No
Setting Serialization mode to Force Text results in a size of the List being set to 0 after reloading the Scene
How to reproduce:
1. Open the attached "GlobalTest" project and open "ExampleScene" scene
2. Inspect the GameObject, notice that there is a List of 10 empty elements
3. Reload the scene and notice that size of the List didn't change
4. Go to Edit --> Project Settings --> Editor and set Asset Serialization mode to "Force Text"
5. Reload the scene
Expected result: Size of the List is still 10 as it was before
Actual result: Size of the List is set to 0, every time you reload the scene
Notes:
1. This appears only to happen with the Lists containing Empty objects, if String or Text elements are used, after reload, List size is set to 10 as expected
Reproducible with - 2017.1.0b4, 5.6.0p4, 5.5.3p2, 5.4.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment