I have drawn a Main-cube and then created a Component of it. Then inside this Component I draw a smaller Cube on top of the Main-cube, and made it to a SubComponent.
The Original Main Component (which consist of the Main-cube) has a
Definition Name: “Box 1”
and an
Instance Name: “Left_Box1”.
The Original SubComponent (the smaller Cube on top of the Main-cube) has a
-
Definition Name: “TopBox_Box1”
-
Instance Name: “Left_TopBox_Box1”.
Then, I made a copy of the Main Component (which includes its SubComponent) using the Move/Copy Tool.
If I now wan’t to change the Copied Main Component’s Instance Name in the Entity Info Window/Tray to
- Instance Name: “Right_Box1”
that works perfectly fine.
But the problem comes when I want to change the Copied SubComponent’s Instance Name.
If I change its Instance Name then the Instance Name of the Original SubComponent will also be changed to whatever Instance Name was entered for the Copied SubComponent. The opposite is also true, whatever Instance Name I enter for the Original SubComponent, will also be applied as Instance Name of the Copied SubComponent.
If I select either the Original or Copied Subcomponent in the Outliner, its corresponding Orignal or Copy also get selected. If I changes the Instance Name here, the same thing occurs.
Can’t a copied Component’s SubComponent be given an individual Instance Name without affecting the Instance Name of the Orignal SubComponent and vice versa?
Thanks in Advance!