Search Issue Tracker
Fixed
Fixed in 2021.3.36f1, 2022.3.20f1, 2023.2.10f1, 2023.3.0b5
Votes
0
Found in
2021.3.32f1
2022.3.13f1
2023.1.19f1
2023.2.0f1
2023.3.0a13
Issue ID
UUM-56520
Regression
No
Move tool resets GameObject's local position when a different parent GameObject is assigned
How to reproduce:
1. Open the “MoveToolTest” project
2. Open the “Test1” Scene in the “Scenes” folder
3. Select the “Elevator” GameObject
4. Move it towards the positive-Y direction by dragging the Transform Component’s Y label
5. Observe expected behavior
6. Move it back down to the starting position by dragging the Transform Component’s Y label
7. Slowly move it towards the positive-Y direction using the Move tool in the Scene view
8. Observe actual behavior
Expected result: GameObject’s local position gets set to “0” after a new parent is assigned and the “Elevator” moves smoothly
Actual result: The Move tool reverts GameObject’s local position after a new parent is assigned, and the “Elevator” teleports up by 4 units
Reproduced with: 2021.3.32f1, 2022.3.13f1, 2023.1.19f, 2023.2.0f1, 2023.3.0a13
Reproduced on: Windows 10 (by reporter), Windows 11
Not Reproducible on: No other environment tested
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 2023.3.0b5):
Fixed Move tool behavior when the parent GameObject changes during manipulation.
Resolution Note (fix version 2023.2.10f1):
Fixed Move tool behavior when the parent GameObject changes during manipulation.
Resolution Note (fix version 2022.3.20f1):
Fixed Move tool behavior when the parent GameObject changes during manipulation.
Resolution Note (fix version 2021.3.36f1):
Fixed Move tool behavior when the parent GameObject changes during manipulation.