Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: skipadu on April 03, 2018, 04:11:01 PM

Title: TransformMoveProjectile
Post by: skipadu on April 03, 2018, 04:11:01 PM
In the Playmaker's Slack-channel question was made how to move projectile in an arc without using physics.

I found a great post from the Unity's forum (https://forum.unity.com/threads/throw-an-object-along-a-parabola.158855/#post-1087673) by Stephan-B. So this action is almost the same, only with some slight modifications.




Waiting to be merged to Ecosystem's repository.
Title: Re: TransformMoveProjectile
Post by: jeanfabre on April 04, 2018, 02:57:51 AM
Hi,

 no, it's fine :) it can go on the ecosystem!

 Bye,

 Jean
Title: Re: TransformMoveProjectile
Post by: skipadu on April 04, 2018, 11:03:16 AM
Hi,

 no, it's fine :) it can go on the ecosystem!

 Bye,

 Jean
Okay, I will put it also there :)
Title: Re: TransformMoveProjectile
Post by: craigz on April 24, 2018, 03:32:47 PM
AH! This is SO useful! Thank you for making this!

I remember raiding his exact post thinking huh.. I should see if I can convert this to an action, and just never did xP

-craigz
Title: Re: TransformMoveProjectile
Post by: craigz on April 24, 2018, 04:01:08 PM
Sorry for the double post ;)

Also might be good to include a vector destination that can be used? (either in offset or in place of target?)

*EDIT: Also! Looking at the code it *looks* like it should be rotating to the direction of movement, but doesnt look like it is? xD

-craigz