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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Add comment