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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
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.