Visual Effects

What is it?

In late 2021, I decided I wanted to learn how to make visual effects so I started playing around with VFX Graph in Unity. I began with some fairly simple effects, but as I gained practice, I kept making more complex systems. My favorite one is the purple engine flame.

How I did it.

Unity’s VFX Graph is a node-based GPU particle system that allows you to create complex particle behavior with millions of particles. I used many different built-in behavior and math nodes to create the effects I wanted.

Links: