Lately I’ve been experimenting with Mandelbrot fractals in Unity.
Here’s the basic script I used, It has some basic controls for navigating and exploring the fractal. Just attach to a quad and it works.
You can play with resolution and iterations amount as well.
It’s basic and unoptimized, so not the best for real-time. I’d recommend checking out the Mandelbrot Wikipedia page for info on optimizations: link