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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment