/PlexusEffect

Recreation of a very popular After Effects plugin in Unity using C# Job System

Primary LanguageC#MIT LicenseMIT

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