Hi there,
I’m relatively new to using Unity and I’m very new to this community. I’m working on an environment for a College project. I’m using the latest version of Unity.
My question is how can I pre-warm an Ellipsoid Particle Emitter? On other particle systems I have the option to pre-warm the emitter so that it is playing when I start the game. However, I cant seem to find any option with an Ellipsoid Particle emitter.
I have searched google and other forums to see if there is an answer, my searches have told me that a script is involved, something to do with this line of code:
“function Simulate (deltaTime : float) : void”.
Unfortunatly, I don’t know how or where to use this, or if this is even the right thing that I need. Can anyone point me in the right direction? Any help would be appreciated. Thanks