Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Bug (resolved) Burst does not work on Android device.

Discussion in 'Burst' started by Kichang-Kim, Aug 4, 2020.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,012
    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.)
     
  2. Lee_Hammerton

    Lee_Hammerton

    Unity Technologies

    Joined:
    Jul 26, 2018
    Posts:
    118
    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.
     
    apkdev, psuong and Kichang-Kim like this.