Skip to content

GenericBurstJobs 2.0.0

Compare
Choose a tag to compare
@TriceHelix TriceHelix released this 01 Sep 10:36
· 6 commits to master since this release

New Features

  • Custom tab in Project Settings for easy configuration
  • Automatic code generation when Player application is built, optionally after every script recompile
  • GenericBurstJobsConfig and CodeGen API for configuring and activating the generator via script

Improvements

  • Overhaul of code analysis yielding better results than ever (constructors, virtual methods, deeply propagated generic arguments, etc.)
  • Clarified some parts of the documentation
  • Super simple installation after removal of 3rd party dependency
  • Performance improved significantly by minimizing use of recursive functions and LINQ queries
  • Many major and minor bug fixes

Enjoy!