Anyway to use ALINE without Burst

Hello, is it possible to use ALINE without Burst? I like ALINE drawing, but we don’t use Job System and don’t want to install the Burst package into our project. Is there a way to use ALINE without those unused dependencies? Thank you.

Hi

As all burst code it can run as just normal C# code as well, just a lot slower.
However, it does still require the dependencies like Native arrays and similar that the burst package provides. The burst compilation part wouldn’t be included in your build anyway since everything is compiled ahead of time in the editor.