How to access and modify pieces of the particle emitter?

I have a smoke bomb particle effect and I want modify the emitted particle pieces movement direction and speed one by one.

I have a shuriken that flies through a smoke bomb, so I have to somehow reach the parts of the smoke bomb that are in contact with or close to the shuriken, because I want to modify the movement direction and speed of certain elements of the parts that make up the smoke.

Possible? Because in the documentation no have option for this.

Hi, you cannot set parameters for single particles. The only thing you could do is using several particle emitters that only release a few particles which you could fine-tune. That’s probably quite tedious and it could be a problem for the game’s performance (bigger numbers of particles are probably more problematic than the number of emitters though).