Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.4.1f1
Issue ID
1035438
Regression
No
SerializedProperty.arraySize is not smallest when multiple objects are selected
To reproduce:
1. Open the project, attached by the tester (ArraySizeBug.zip)
2. Select MyObject and MyObject1 assets in the Project browser
3. In the Inspector observe that arraySize is 3 instead of 2, which is the minimum size
Expected: arraySize shows the minimum size as it is stated in the documentation: " If the SerializedObject contains multiple objects it will return the smallest number of elements" (see https://docs.unity3d.com/ScriptReference/SerializedProperty-arraySize.html).
Reproduced in 2017.1.3p4, 2017.2.2p4, 2017.3.2f1, 2017.4.1f1, 2017.4.2f2, 2018.1.0f2, 2018.2.0b3, 2018.3.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
Add comment