-
Notifications
You must be signed in to change notification settings - Fork 0
Particle System
Adam Leslie edited this page Dec 17, 2017
·
6 revisions
The basis of the entire project is the Particle System. In order to have full control over the physics and visuals, the built in Unity Particle System was not used, and a custom one was made.
- Correct physics for point masses with force accumulation -> Position Verlet
- Efficient particle generation -> Object pooling with free space bitmap
- Multiple spawners at once and different types -> Generic Spawner class and framework for multiple in use