Unity Issue Tracker - Inconsistent items opened in the array when duplicating an element
Closed
UUM-52687
Inconsistent items opened in the array when duplicating an element
Unity: Serialization
Won't Fix
6.0.X
2023.3.X
2023.2.X
2023.1.X
2022.3.X
2021.3.X
Cancelling this port since 2023.3 is an unsupported version. 2023.3 became 6000.0 and a port is already opened for it.
Cancelling this port since 2023.2 is an unsupported version.
Cancelling this port since 2023.1 is an unsupported version.
How to reproduce:
1. Open the attached project "BugTest1.zip"
2. Select SampleScene/Test Object in the Hierarchy window
3. Duplicate "Element 5" in the Inspector window
Expected results: "Element 6" has "Testint" value of 3
Actual results: "Element 6" has "Testint" value of 2