You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When you try to duplicate a game object in the scene hierarchy, if the game object has children, the children are not duplicated. The references to the children are the same as the duplicated game object.
Prerequisites
Latest Commit
Scene with at least on new game object.
The game object needs to have some child game objects.
To Reproduce
Steps to reproduce the behavior:
Load project.
Load scene.
Create a game object and add some children.
Highlight the parent and press CTRL+D to duplicate.
Expected behavior
The parent and all children should be duplicated.
Actual behavior
Parent is duplicated and children remain the same.