Prefab Problem

Hi,

I am having prefeb problem. i have created a prefab of one photo frame. I want to create different photo frame of same scale but different picture, But when I change the pic of prefab instances it apply those changes to all instances. I tried to read prefab manual on Unity website too. But its not letting me change picture. Please help me.

Sumit

They’re probably sharing the same material so when you change the texture on the one picture it changes everything with the material.

what should i do to make prefab instances unique than Source prefab?

thanks it worked… thanks a lot :slight_smile:

np