Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0b7
Issue ID
916832
Regression
No
Multi - editing a property changes it only for one object if objects have custom inspector with CanEditMultipleObjects attribute
To reproduce:
1. Open the project, attached by tester (multipleObjectsEdit.zip)
2. Open "test" scene
3. Select a, b and c game objects in the Hierarchy
4. In the Inspector, change 'Test field' value
5. Select each of those game objects individually
6. Observe the 'Test field' value
Expected: multiediting a value changes it for all components on selected game objects
Actual: value is changed in only one game object's component instead all selected when using custom inspector with CanEditMultipleObjects attribute
Reproduced in 5.5.3p2, 5.6.1p2, 2017.1.0b7, 2017.1.0b8, 2017.2.0a1
By design: In order to write inspectors supporting multi selection, one needs to go through SerializedObject/SerializedProperty.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Add comment