playMaker

Author Topic: Get particle system trigger?  (Read 805 times)

andyandyandy

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 63
Get particle system trigger?
« on: October 21, 2021, 10:42:36 PM »
I need to set a trigger collider transform for my particle but I tried using get/set property but it isn't giving me the option to set it. Anyway to set the trigger? And is there a particle trigger enter playmaker script? I tried using particle collision script playmaker but thats only for collision.

andyandyandy

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 63
Re: Get particle system trigger?
« Reply #1 on: October 24, 2021, 02:01:14 AM »
someone please help

Nacho100

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Get particle system trigger?
« Reply #2 on: October 27, 2021, 01:07:30 PM »
Hi, if you're using the Visual Effect Graph you can use the funtions OnPlay and OnStop.
You can do a normal trigger, on enter Create Object (the particles) and add an FSM to the particles that make them stop after some time. The OnPlay gonna run automatic when you create de object.

Hope it helps !