Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.2.0f3
Issue ID
962389
Regression
Yes
Multiple child objects in negatively scaled parent object transformed by gizmo move in opposite sides
To reproduce:
1. Open attached Unity project "MoveTest.zip"
2. Open "test" scene
3. Select more than one child GameObject in parent GameObject "Parent"
4. Move selected objects by X axis using the transform gizmo
Result: No matter how many objects (more than one) are selected, one will always move to an opposite position than the rest of the selected objects when parent x scale is set to a negative number (see attached gif "negativescale.gif")
Note: Same applies to Y axis
Regression first introduced in: 2017.2.0b1
reproduced on: 2017.2.0b1, 2017.2.0f3
Not reproduced on: 5.6.4p1, 2017.1.2p2, 2017.3.0b6
Comments (2)
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
- UI Text color is incorrect when text is rendered on SubMeshUI
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
- Crash on GizmoBufferSizeHistory::GetBuffer() when opening a specific scene
- RenderTexture is not initialized when it is set as Material's Texture
- Branch node outputs a random value instead of a constant on the false conditon
Maisey
Nov 07, 2017 10:06
Fixed in 2017.2p1
Maisey
Nov 06, 2017 16:51
Have this issue too, although it seems to happen with or without negative scale, they move different amount depending on how big the difference there is between the objects that you move. In other words, their movement in the editor is scaled by their...scale. My project was upgraded from Unity 5.5.0f3 maybe this issue only occur in upgraded projects?