Search Issue Tracker
By Design
Votes
1
Found in
2017.4
2019.3.0f5
2020.1
Issue ID
1213833
Regression
No
Rotating multiple selected Game Objects in the Editor sets their Rotation to one of the selected object's
Steps to reproduce:
1. Open the attached project (1213833.zip)
2. Ensure that "Sphere", "Cube" and "Cylinder" all have differing rotations set
3. Select the aforementioned objects
4. Attempt to change the Transform Rotation in the Inspector (either by inputting a value or using your mouse cursor to increment/decrement)
Expected result: Objects retain their original Rotation and are only rotated on the select axis
Actual result: Some (seemingly random) object is selected as a "reference" and the rest of the objects inherit its Rotation values
Reproduced in: 2017.4.36f1, 2018.4.16f1, 2019.2.18f1, 2019.3.0f5, 2020.1.0a20
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
When multi selecting, it is the expected behavior that changing values in the inspector will apply a single value to all values. To get the expected result, use the Rotation Tool in Pivot mode instead.