Hi,
If I have a (green) synchronised prefab in node tree and add the same custom component several times with different properties on any node in that prefab. The properties will automatically get overwritten by the last component properties selected in all the other properties for the same component previously listed on that same node.
Is this a bug?
example:
Example-Component:
Property:
height: 100
width: 100
Example-Component:
Property:
height: 200
width: 200
Example-Component:
Property:
height: 300
width: 300
–> Save synchronised prefab results in:
Example-Component:
Property:
height: 300
width: 300
Example-Component:
Property:
height: 300
width: 300
Example-Component:
Property:
height: 300
width: 300