We have developed a particle system for our engine, but before we started to develop the particulate system we had to add different engine functionalities like the billboard and transparencies
You can add a component Billboard to any GameObject.
Once the component is added you can choose between one of the following alignments:
Objects follows camera rotation.
Objects look towards the camera.
Particles can either spawn inside a sphere (in the center or in a random position inside the sphere) or in the border of the sphere. You can select the size of the sphere
You can select any loaded texture to be the particle texture, once loaded all particles from this emitter will have this texture. You can change or remove the texture any time.
If you want the particles to die when the animation ends, you have only to check the option kill partile with animation. The particle will live until the animation ends, neither before nor after.
You can only have one texture per emitter.
You can add a SubEmitter to a Emitter, by doing so all particles will spawn new particles when they die.
Once you click on the SubEmitter option a new particle system will be created in you hierarchy menu (inside the current GameObject). You can edit the SubEmitter options from the new GameObject.