Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: feneq on February 21, 2016, 01:43:53 PM

Title: Attach multiple objects to a single path?
Post by: feneq on February 21, 2016, 01:43:53 PM
Is it possible to move multiple objects on a single path or is the intention that only the object with the path component will move along the path?


Thanks!
Title: Re: Attach multiple objects to a single path?
Post by: natecope on March 04, 2016, 03:51:58 PM
An easy remedy for this issue is to have the path component on the top level object, and then add the other objects you want to move as child objects in Unity. That will get them all moving.