Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spawn Particles Based on Bool?
#1
Pregunta 
Hi, I've got a bool that gets set to true elsewhere, which should start the Obi emitter, I've got it disabled until that point, but it doesn't work if enabled at any other time apart from being enabled at load. Any ideas?

Thanks.
Reply
#2
(16-05-2019, 10:35 AM)Komsur Wrote: Hi, I've got a bool that gets set to true elsewhere, which should start the Obi emitter, I've got it disabled until that point, but it doesn't work if enabled at any other time apart from being enabled at load. Any ideas?

Thanks.

Do not disable/enable the entire emitter component at once. Instead, set its "speed" to zero to stop emission, then set it to a non-zero value to resume emission.
Reply