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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment