playMaker

Author Topic: unity shuriken particle calculations  (Read 1125 times)

andyandyandy

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 63
unity shuriken particle calculations
« 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)

andyandyandy

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 63
Re: unity shuriken particle calculations
« Reply #1 on: July 10, 2020, 03:07:24 AM »
anyone?  :'(

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: unity shuriken particle calculations
« Reply #2 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.