Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

File metadata and controls

26 lines (18 loc) · 1.09 KB

Build Status CodeFactor

platforms GitHub size

Recreation of a very popular After Effects plugin in Unity: Plexus
Highly performant implementation using Unity's implementation of C# Job System

Prerequisites

Packages : Unity Jobs Package

Features

  • 2-4x faster than single threaded solution
  • Demonstrates the use of Unity Jobs Package API