In this tutorial we’ll be learning how to use Custom Vertex Streams for particle systems in Unity. Vertex streams are set through a particle system’s Renderer module and can be used to pass in additional per-particle data to a shader. The shader can then use this data to create a range of effects unique to each particle in the system – all processed on the GPU at blazing fast speeds. [IMAGE REMOVE