Search Issue Tracker
Fixed
Fixed in 2023.3.0a9
Votes
2
Found in
2021.3.28f1
2022.3.5f1
2023.1.4f1
2023.2.0a23
Issue ID
UUM-43090
Regression
No
GameObject's world position is not preserved when cutting and pasting it as a Child to another GameObject
How to reproduce:
1. Open the user-attached project “PasteAsChildBug”
2. Open the “SampleScene” scene
3. Right-click on the “Sphere” GameObject in the Hierarchy and click “Cut”
4. Right-click on the “Cube” GameObject in the Hierarchy and click “Paste As Child”
5. Observe the “Sphere” GameObject’s position
Expected result: The position of the GameObject remained the same as it was before cutting
Actual result: The position of the GameObject is not preserved because it was affected by the Parent GameObejct
Reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.4f1, 2023.2.0a23
Reproducible on: Windows 11 Pro
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Ammar_Negm
Jul 18, 2023 11:06
pls fix