Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2020.2.0a16
2021.1.0a1
Issue ID
1278128
Regression
Yes
"Drag and drop a child on the parent" operation doesn't dirty the scene
Steps:
1. Create a new project
2. Add a GameObject "Root"
3. Add two children to it ("Child1" and "Child2")
Hierarchy should looks like
Root
--Child1
--Child2
4. Save the scene, so it is not dirty
5. Drag "Child1" onto "Root"
==>
Child1 is placed under Child2 (wrong)
Scene is still not dirty (correct)
Expected result: No changes. Child1 keeps the position and scene is not dirty
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
Add comment