Actually I want to connect two child object with each other, so that when size increase of one object both the object should be moved together and change its position. I want to do this in prefab is it possible ?
This is hierarchy screenshot:
Basically I want to increase size of glass (child object of side1_screen1) but along with glass, my support(child object) its size is also increasing.
But when individually I increase size of glass my support position is not changing, so any approach that can be used when glass size increases, my support size should not increase.
Any approach will be appreciated. Thanks in advance.