I want to make a bubble follow after bad guy and I want several bad guys on screen at once, each with their own following of bubbles.
I've tried giving the bad guy an ID based on it's UID and the bubble has a 'Owner variable' that matches that ID. I've run it in debug and they have the right values.
But I can't seem to get them together - when I create a second badguy and a second set of bubbles, the second set of bubbles attaches itself to the first badguy, even though it's owner value does not match that badguys ID at all.
How would you guys do it?