Search Unity

Does unity assembly definition files affect to il2cpp .so file?

Discussion in 'Scripting' started by Deleted User, Aug 16, 2019.

  1. Deleted User

    Deleted User

    Guest

    If not, how can I split il2cpp compiled .so file?
     
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,936
    It is not possible to split the compiled .so file that Unity produces with IL2CPP. IL2CPP only supports compilation to a single assembly now.