Search Unity

Unity IAP and Physics module on Android

Discussion in 'Unity IAP' started by UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625, May 31, 2018.

  1. UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    Joined:
    Jan 21, 2017
    Posts:
    11
    Hi, I'm trying to optimize the apk size of my game and I discover that adding Unity IAP automatically include Physics module even if I'm not using it.

    To reproduce it is very simple:

    1. Open Unity 2017.4.2.f2 and create a new empty project.

    2. Enable Unity IAP and import everything

    3. Setup to build armv7 only and IL2CPP with strip engine code enabled
    Here's the Stripping info
    screen1.png
    and here the final apk with and without Unity IAP:
    screen2.png
    Any idea on how to avoid this? I'm not using Physics and VR modules in my game.
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    I will check into this and will follow up.
     
  3. UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    Joined:
    Jan 21, 2017
    Posts:
    11
    Hi,
    any news about this issue?
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    It has been reported to the IAP team, and they are currently investigating.
     
  5. UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    Joined:
    Jan 21, 2017
    Posts:
    11
  6. UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    Joined:
    Jan 21, 2017
    Posts:
    11
    Hi,
    Any news on this issue?
     
  7. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    No news yet, I will follow up with the IAP team
     
  8. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    This has been assigned to the IAP team, however it is set to a lower priority so I will likely take some time, likely weeks or months.
     
  9. UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    UDN_bd3fb92c-bb1d-4ae9-bd00-16b03e9e9625

    Joined:
    Jan 21, 2017
    Posts:
    11