*

pdz

  • *
  • 2
    • View Profile
'Move to' tween to a transform that is also moving
« on: September 04, 2015, 04:22:20 PM »
I am looking at buying the pro version of the plugin but am curious to know if this functionality is supported or not.

I want an orb to move towards a player who is also moving. How can I achieve this functionality? Looking at the docs, all of the movement parameters take vector parameters, but I want to pass a transform parameter or a gameobject, so the end position of the tween is kept up to date.

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: 'Move to' tween to a transform that is also moving
« Reply #1 on: September 08, 2015, 11:41:26 AM »
Hi,

I just updated the examples package with a Follow script, so check that out. And you don't need the Pro for that, you can use the free version directly.

Cheers,
Daniele

*

pdz

  • *
  • 2
    • View Profile
Re: 'Move to' tween to a transform that is also moving
« Reply #2 on: September 15, 2015, 09:53:07 AM »
Hi,

I just updated the examples package with a Follow script, so check that out. And you don't need the Pro for that, you can use the free version directly.

Cheers,
Daniele

That is exactly what I was looking for. Thanks for the reply.