- Home /
Paticle time delay
So i have a particle system that i made and i want to create a time delay so when i'm narrating in the game/opening scene it doesn't pop up randomly and all of a sudden. Basically a script that would allow me to create a delay, have the particle system do its then then be deleted so it doesn't loop. I tried making a time variable and looking for tutorials but i can't really seem to find anything thank you for your help<3
If your delay time is not a fixed constant, you may Stop it (or uncheck “Play on Awake” in the particle sys main module of your fx prefab) the moment you instantiate the effect to the scene and Play it after your narration is finished.
Your answer
Follow this Question
Related Questions
How to instanciate a particle system prefab to a certain moving game objects position? 2 Answers
Rewind particle system (shuriken) 3 Answers
It is not updated per second 0 Answers
script not working :( 2 Answers
Using a Burst in a script 3 Answers