Search Unity

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

Discussion in 'Prefabs' started by SyariefGames, May 27, 2020.

  1. SyariefGames

    SyariefGames

    Joined:
    Apr 20, 2020
    Posts:
    1
    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.
     
  2. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892
    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.
     
    RashD4 likes this.