Hi,
Always I add a component to my objects (Meshes imported from Maya) Unity shows me the mesagge:
“Losing prefabs- Adding a component will lose the prefab parent”
What this mean?
Have I a problem?
Any help will be very apreciate
Hi,
Always I add a component to my objects (Meshes imported from Maya) Unity shows me the mesagge:
“Losing prefabs- Adding a component will lose the prefab parent”
What this mean?
Have I a problem?
Any help will be very apreciate
This message means that the “link” between the prefab instance that you are about to modify and its parent is about to be broken by the modification.
It’s nothing awful, just a warning that you are about to lose the ability to have changes to the parent cascade down to the (would-be former) child prefab.
You can get the whole dish on Unity Prefabs here: http://unity3d.com/Documentation/Manual/Prefabs.html.
Thank you Marty,
I’m going to read it now