Search Unity

Partial prefab

Discussion in 'Editor & General Support' started by devknob, Apr 10, 2009.

  1. devknob

    devknob

    Joined:
    Apr 2, 2009
    Posts:
    66
    I have a rigid body object like this in the Hierarchy

    Body
    -Body face ssquare)
    -Left Leg Cylinder
    --Left Leg Plane
    -Right Leg Cylinder
    --Right Leg Plane

    I cant make the prefab where it has the planes, it only takes the Cylinders and body square
     
  2. devknob

    devknob

    Joined:
    Apr 2, 2009
    Posts:
    66
    Does anyone have an answer for this? Can you not create a prefab with game objects comprising of 3 tiers?
     
  3. NCarter

    NCarter

    Joined:
    Sep 3, 2005
    Posts:
    686
    You can make a prefab with any depth of hierarchy, but you can only see the first two levels of it when you select it in the project pane. The other levels will appear when you drop it into the scene.

    This is apparently intentional behaviour, as described by Nicholas here.