Setup

< All Topics
Print

Setup

In order for the package to work, the following dependencies need to be
installed via the package manager:

In addition, you will have to enable /unsafe code in Project Settings → Player

When Burst Compilation is disabled, the code used in Jobs is treated as regular C# Code and can be easily debugged. For any other purposes besides debugging, it is recommended to enable compilation for maximum performance:

Disabling the safety checks will gain you additional performance at the cost of stability and the risk of memory issues and other unnoticed problems.

Table of Contents