Skip to content

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

License

Notifications You must be signed in to change notification settings

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