Search Issue Tracker
Duplicate
Votes
0
Found in
2018.1.6f1
Issue ID
1078503
Regression
No
New elements are not initialized with predefined values when adding an element to the Serializable List or Array
How to reproduce:
1. Open the attached "TestFor1078503.zip" project's SampleScene
2. Select TestObject from the Hierarchy
3. In the Inspector window under the Test Component increase the List Size to any number
4. Notice that the List elements got initialized with default C# values
Expected result: Serializable List elements are initialized with predefined values
Actual result: Serializable List elements are initialized with default C# values
Reproducible with: 2017.2.3p4, 2017.4.11f1, 2018.2.8f1, 2018.3.0b1
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
This is a duplicate of issue #442732