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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #442732