Question by
JeevanKumarG · Nov 07, 2018 at 06:51 AM ·
transformscalingmove an object
move one object with respect to other object
Hi, I want to move object1 with respect to object 2 in such a way that, If Object1 moves 1meter to right then object2 should be 10meters to right. I want Object2 replicate the movement of Object1 but with a larger scale. How can I do it?
I tried using TransformPoint(), But it does not scale the object movement. It just exactly duplicates the distance.
Comment