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
- Memory Profiler styling breaks when the SummaryView.uxml file is opened in UI Builder
- A "projectChanged" event is not triggered when Sprites are added to a SpriteAtlas
- A Memory leak occurs when the "JsonSerialization.FromJson" function is executed
- “ArgumentException: SetData()“ error when making a character with PSDImporter under specific conditions
- Shader warnings are thrown after building High Definition 3D template
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