(resolved) Burst does not work on Android device.

Hi. I found that the Android build with Unity 2020.1 + Burst enabled shows burst related error when startup:

Unable to find lib_burst_0_0
Unable to find _burst_0_0

This error does not appear in Unity 2019.4 build. Minimal reproducible project was sent as Case 1268172.

(URP default project + single burst enabled IJob can make the issue.)

There error here is not a cause for concern, the lib_burst_generated library is still being loaded, this log is because the player couldn’t find any additional libraries to load, we will get the log message cleaned up.

3 Likes