How Do I Drag Object from Hierarchy into a Prefab Object?

Hi,

I need help with dragging a gameobject in the Hierarchy to a Prefab object. Before the nested prefabs, I could just drag-and-drop into the prefab object. Now, I will only get a prompt to do it in the Prefab Mode.

However, in the prefab mode, I cannot access the Hierarchy to drag my intended object into it as it uses the same panel.

So, with this new system, how do I drag a gameobject from the hierarchy into the Prefab Mode window? This has greatly slowed down my workflow.

I hope that there’s a solution to this.

You can drag to a Prefab object fine as long as the dragged object isn’t inserted in between existing children, but at the end. It will then become an added GameObject override on the Prefab instance you dragged it onto.

1 Like