Search Unity

Black screen on Android with Burst + 2018.2

Discussion in 'Burst' started by Fallc, Jul 11, 2018.

  1. Fallc

    Fallc

    Joined:
    Mar 13, 2015
    Posts:
    48
    I've managed to build for Android + Burst. However the screen stays black. Logcat reveals the following message:

    07-11 09:24:59.072 24562-24577/com.nope D/Unity: Unable to lookup library path for 'lib_burst_generated', native render plugin support disabled.
    07-11 09:24:59.073 24562-24577/com.nope E/Unity: Unable to find lib_burst_generated

    Any ideas?
     
  2. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    417
    The native code from burst was not generated, but can't tell more. Could you reproduce it with a simple project and report it via the Help/Report a bug menu?
     
    Fallc likes this.
  3. Fallc

    Fallc

    Joined:
    Mar 13, 2015
    Posts:
    48
  4. HeronHuang

    HeronHuang

    Joined:
    Nov 30, 2012
    Posts:
    27
  5. Enrico-Monese

    Enrico-Monese

    Joined:
    Dec 18, 2015
    Posts:
    77
    Getting this too
     
  6. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    417
    Could you open the generated apk with a zip archiver and check the content of the folder `lib\armeabi-v7a\` to see if there is a `lib_burst_generated.so`?
     
    kayb14 likes this.
  7. KorStrix

    KorStrix

    Joined:
    Oct 17, 2015
    Posts:
    2
    I'm having the same problem, and exists lib_burst_generated

    --------------------

    If you delete all code that uses BurstCompiler Attribute, it will work
     
  8. eric_funktroniclabs

    eric_funktroniclabs

    Joined:
    Oct 4, 2018
    Posts:
    19
    Did we ever find a real solution for this? I'm also on 2018.2.0f2, and I'm seeing the same "Unable to find lib_burst_generated" printout in my logs.

    lib_burst_generated is in the lib/armeabi-v7a folder as needed. I'm noting that other plugins are reporting as not being found as well. Very odd.