I have a prefab set up (a single game object with various scripts and other components attached). I would like to create a second prefab that is identical to the first, except for the shader. What is the easiest way of doing this? I originally hoped to instantiate the prefab, then 'break prefab instance', rename it (or duplicate it), and create a new prefab from that object. However, although I end up with two prefabs, they seem to still be linked in some way; if I change the shader on one, it seems to get changed on both. I've also tried just copying the prefab on disk, but the resulting object appears white in the project view instead of blue, and appears to be unusable (dragging to the scene is not permitted).
Is there perhaps some way of severing all links of a prefab instance such that it will no longer be associated with the prefab at all? Or is there some other way of achieving what I need? Thanks in advance,
Andy
↧