Is OnParticleTrigger() can be use on other gameobject the the particleSystem
Good morning, afternoon, evening or night.
I have a PartcileSystem on a NPC than, obviously emitted particles. The Trigger Module is turn on in order than the player increase his score when he hits a particle. I have a put a script on the NPC to retreive the particles that "Enter" in the player collider and everything is fine. BUT, since I am a little obsessional, I would like to put this script on the Gamemanager (he is the guy that should look after the score thing, for me...). It doesn't seem to work. Is it normal ?
Regards,
Vincent
Your answer
Follow this Question
Related Questions
is OnParticleTrigger() function from the particle system supposed to run every frame? 0 Answers
How Play and Stop a ParticleSystem through Scripting? 9 Answers
Resizing a 3d object to match the size of a UI element 0 Answers
get the renderer.bounds of a particle 1 Answer
How do I set the statColor of a particle system through script 2 Answers