Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestion / Idea  Request a different way to spawn particles.
#1
Estrella 
First, I want to use Obi particle as a way to shoot things > collect contacts > do gameplay things like apply damage.

But when I use the Obi Emitter, I see there is really heavy limitation.
It only has a speed value, albeit having a lot of shapes to spawn from, it still cannot do things like shoot a particle(s) with a target velocity.

The speed value tied to both spawn rate and particle speed.
That is: low speed value will spawn less particles, and the spawned particles also have less speed.
Big speed value will spawn more particles, and they fly with high speed.

This is not good, this leaves a hole where we want a low particle spawn rate, but travel at high-speed.

So can you consider add a scripting API that does Spawn(int count, float velocity);
Thank you!

Edit: Anyway, I think I should forgo this idea about using particle > collect contacts > do damage thing, this is better task for shuriken since it has no limit in collision size.
Obi particle can't have big size as I just tinker with the Granular blueprint, and found out that it can only go as far as max 1.
Reply


Messages In This Thread
Request a different way to spawn particles. - by spikebor - 15-05-2024, 06:37 AM