HELP: neededParticle Effect timer
I have not done java script in a while and I would like to make my particle emitter to emitt every 1.5 seconds to match up with my animation, if anybody can help me out that would be awesome
Answer by ifurkend · Apr 10, 2017 at 05:26 AM
You don't need any script for that. Your particle system should set the duration of the whole particle system to be 1.5s in main module, enable "looping" and add a burst event in the emission module. If you don't want to emit all particles in one shot but for a small duration every 1.5s, instead of burst, you can change the emission "rate over time" from "constant" to "curve" and add a zero value point in the middle of the timeline.
Your answer
Follow this Question
Related Questions
Need help with making disappearing platforms. Error CS1525 1 Answer
My float is always adding 1f to it even with no code telling it to 1 Answer
PowerUp Timer 0 Answers
Unity3d countdown timer is not counting down 0 Answers
Idea to know how to give realistic movements to a spaceship ( A sort of delay ) 0 Answers