Hi,
I have a scene with one UIFollowTarget object which has a healthbar child (a couple sprites). I use that UIFollowTarget to follow one of two objects. The way i switch the target goes like this :
-disable the healthbar
-change the target
-enable the healthbar
When i do that the healthbar shows up at the old target, then moves to the new target, even though i disable, change target and THEN enable.
What am i doing wrong ?