Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: andyandyandy on July 08, 2020, 06:45:29 PM

Title: unity shuriken particle calculations
Post by: andyandyandy on July 08, 2020, 06:45:29 PM
Is there a way to separate and know which particle is colliding with a object so i can send the right damage float amount to the health bar. (Using Shuriken)
Title: Re: unity shuriken particle calculations
Post by: andyandyandy on July 10, 2020, 03:07:24 AM
anyone?  :'(
Title: Re: unity shuriken particle calculations
Post by: djaydino on July 10, 2020, 06:21:44 AM
Hi.
I have a script to send an event on trigger / collision maybe you can use it.

but you can only get the collision of a particle group not from a single particle from that group.
i don't know if that is possible tho.

Place the script on the object with triggers or collider enabled
then drag in the target fsm into the 'Particle fsm'
and place the event names to send.

You can also set a tag to compare to.