- Home /
Nested prefabs are not update themselves if I change them via script.
I have a Cube prefab and a couple of Platform prefabs that also contain the Cube prefab inside themselves. A level generator generates new random Platform prefabs when the player do something. When I change sharedMaterial of Cube via script, changes are not applied to Platform prefabs until I open prefab mode.
Comment