Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.1f1
2019.1.0a1
Issue ID
1119868
Regression
No
Position of child gameobject cannot be changed if parent's scale is (0,0,0)
Steps to reproduce:
1. Create a new project
2. Create a new object in the scene
3. Set its scale to (0,0,0) if not set already
4. Create a child gameobject for it
5. Attempt to modify position variable of the child gameobject
Expected result: child gameobject moves in scene view in accordance to it's position in transform
Actual result: child gameobject stays at the parent location regardless of the position value
Reproduced on 2017.4.0f1, 2017.4.19f1, 2018.3.1f1 ,2018.3.2f1, 2019.1.0a14, 2019.2.0a2
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
- Package Manager Filters (Status) dropdown is different color than Packages, Sort or Add package dropdowns
- “Subscription based” option in Package Manager Filters (Status) dropdown disappears when “Update available” option is selected and dropdown is closed and opened again
- “Custom Physics Shape” mode title is cut off in Sprite Editor tab
- Particle System property description labels show through the Particle System’s curve editor when hovering the mouse over the curve editor
- Project Settings search shows last matching settings tab when no settings match the entered word
Resolution Note (2019.2.X):
When the parent scale is (0,0,0) the visual representation can't move and the gizmo is locked. You can still type in values the transform, but the visuals will still not move