- Home /
Move one object with another, without parenting it to the object?
Hello. I would like to make one object move along with another object. However, this object cannot be the parent of the second object, as this would interfere with another script that I need. I don't want the effect of simply "teleporting" this object; regardless, that would take a lot of work. I'm just checking to see if there's actually a way to do this that I am not yet aware of. Thanks.
Answer by AdityaViaxor · Aug 01, 2018 at 05:38 AM
Well making parent child is optimized solution but still if you dont want to use it what you can do is get the position of object which is moving(parent) and calculate distance between child and parent (do not make parent child i am using words for understanding) if the distance increase between two move child. you can do such things