Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: qaaz345 on November 11, 2018, 09:35:50 AM

Title: 2D physics of Arrow rotate
Post by: qaaz345 on November 11, 2018, 09:35:50 AM
Sorry I am not good at English.

Please let me know arrow physics how to make using playmaker.
It is better if you have a demo.
Title: Re: 2D physics of Arrow rotate
Post by: jeanfabre on November 12, 2018, 01:12:18 AM
Hi,

 Get the velocity of your projectile ( as a vector3), and align your projectile transform to it.

http://hutonggames.com/playmakerforum/index.php?topic=12490.msg58304#msg58304

Bye,

Jean

Title: Re: 2D physics of Arrow rotate
Post by: djaydino on November 12, 2018, 06:15:24 PM
Hi.
You might also want to have a look at the 'Shoot Missle' sample on the Ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181)
Title: Re: 2D physics of Arrow rotate
Post by: jeanfabre on November 13, 2018, 12:06:25 AM
Hi,

 Thanks Kurt! I forgot to get back to this thread which was the starting point for me to do that sample!

Way to go!!

 Bye,

 Jean