Search Unity

IL2CPP Limit

Discussion in 'Android' started by stejervis, Jul 4, 2018.

  1. stejervis

    stejervis

    Joined:
    Jun 3, 2016
    Posts:
    3
    Hi,

    I think I've hit some sort of limit for IL2CPP builds. Mono 2x builds are working fine. Some sort of critical mass has been reached where if I add just one more empty class or method the app will hang at startup and no error is outputted.

    I can add new methods and classes, but I have to go and remove other ones. Does anyone know what might be causing this? I've seen the multidex issue but that appears to be a problem at compile time and this for me is a runtime issue.

    Thanks