Recreation of a very popular After Effects plugin in Unity: Plexus
Highly performant implementation using Unity's implementation of C# Job System
Packages : Unity Jobs Package
- 2-4x faster than single threaded solution
- Demonstrates the use of Unity Jobs Package API