Search Unity

Diff between Unpack Prefab and Unpack Prefab Completely?

Discussion in 'Prefabs' started by Martin_Gonzalez, Jul 6, 2018.

  1. Martin_Gonzalez

    Martin_Gonzalez

    Joined:
    Mar 25, 2012
    Posts:
    361
    Hi! I was playing around with the new prefab workflow and a i wanted to understand the correct use of this two functionalities.

    I Know that Unpack means to lose the reference to the prefab, but what means completely?

    Thanks!

    EDIT:

    Correct Answer by Carpe-Denius

    When unpacking a prefab it only removes the first level of the prefab reference.

    When unpacking completely a prefab it removes every level of nested prefabs.
     
    Last edited: Jul 7, 2018
  2. Carpe-Denius

    Carpe-Denius

    Joined:
    May 17, 2013
    Posts:
    842
    Every child prefab gets unpacked as well.
     
  3. Martin_Gonzalez

    Martin_Gonzalez

    Joined:
    Mar 25, 2012
    Posts:
    361
    I see, i was testing with only one level of nested prefab. Every nested prefab (childs of childs) on the unpacked prefab are unliked. Thanks!
     
    BeyondMASC likes this.