Prefabs in Prefabs

Hi everyone,

I basically have this possible hierarchy:

  • prefab1
  • prefab2
  • combinedPref
    ----prefab1
    ----prefab1
    ----prefab2
    ----prefab2

My problem: I want to change prefab1 which is located within “combinedPref”. This change should be applied to all other “prefab1” instances. But unfortunately, this does not happen.

Has anyone a clue how I can change this? Will this be changed in 3.5?

Thanks for your help.

Nested prefabs are not supported.