Search Unity

Question Infinite waitting issue during IL2PP build

Discussion in 'Getting Started' started by evenstarX, Jul 13, 2022.

  1. evenstarX

    evenstarX

    Joined:
    Jun 19, 2021
    Posts:
    3
    I recently introduced https://github.com/NetFabric/NetFabric.Hyperlinq in our project to improve the GC problem of LINQ and everything works fine in the editor. However, when using the IL2PP mode to make the Android APK, the packaging process is stuck for a long time and an oversized(300G) file is generated.
    upload_2022-7-13_15-44-42.png

    In order to simplify the problem, I created a new project and re-imported this library through NuGet, but I still cannot generate a AKP with IL2CPP backend, but MONO is fine.
    upload_2022-7-13_15-27-55.png

    Asset.zip contains the library and a simple test script. Add the test script to an empty GameObject, and try to build an Andorid APK using IL2CPP backend.

    unity2021.3.2.f1c1

    additional content:

    In Windows 11 not Chrome OS

    upload_2022-7-13_15-13-25.png upload_2022-7-13_15-14-8.png
     

    Attached Files:

    Last edited: Jul 13, 2022
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,938
    Ryiah likes this.
  3. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    1,026
    From your screen shot it appears you're running Unity on Chrome OS, which according to most people is NOT a supported OS for Unity.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Where do you see Chrome OS mentioned in the screenshot? I believe that system is limited to 64 Gb disk space, the OP mentioned a 300 Gb file size
     
  5. evenstarX

    evenstarX

    Joined:
    Jun 19, 2021
    Posts:
    3
    I sent a report also with title "Infinite waitting issue during IL2PP build".
     
  6. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    1,026
    Bottom of the image :D
     
  7. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    What image? This is Windows 10
     
  8. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    1,026
    Never mind, I missed the OP's bit saying it's Win 10, NOT Chrome OS! :(
     
  9. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,203
    The first two screenshots are of Windows Explorer. At first I was thinking Windows 10 too, but two of the images of progress bars have rounded borders. That's Windows 11.