I’m trying to recreate this by making it 3D, and on mobile. I’ve gotten my generating fractal code and particle system looping all set up, but it’s super laggy on my computer.
Currently works as follows:
- Instantiate 10 Prefabs of Particle Systems(each has say 1000 particles)
- Within each prefab, I loop through each particle and adjust their position to create a fractal orbit
- Emit 1000 particles
repeat