ParticleSystem
This component lets you add particles in your game
This component is still in BETA version and doesn't provide much flexibility yet you can safely implement it in your game
Component Author: Jabo Release Date: April 12, 2020
new ParticleSystem(GameObject parent, int particleType, int minimumSize, int maximumSize, int minimumVelocity, int maximumVelocity, int particleCount, int particleRange, Color color);
Last updated
Was this helpful?