Skip to content

MohitSethi99/PlexusEffect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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