Chaotic Motion  1.0
Chaotic Motion Unity Asset

Chaotic motion provides an extensive collection of 3D chaos equations that can be used to evolve game object or particle motion so they move chaotically.

ChaoticSystem is the common base class for motion of objects and particles. It is extended by:

ChaoticMotion - movement for game objects ChaoticParticles - movement for a particle system

If you are interested in adding additional systems - this can be easily done by cloning one of the systems, modifying the code and then adding your new system to the list in ChaosEqnFactory.

On-line documentation: Online