unity-particle-system
unity-particle-system copied to clipboard
A GPU accelerated particle system I made for a class assignment.
trafficstars
Particle System
I wrote this particle simulation as a project for an animation and planning course I took in university.
Read more about it here.


Setup
-
Clone this repository, and open it in Unity.
-
Create a new
Scenein the editor. -
Add an empty
GameObject. -
Add the
Emitter.csscript to the emptyGameObject. -
Setup the
Emitteras desired, and press play to see the particle system in action.