Search Unity

IKVM .dlls with Unity

Discussion in 'Editor & General Support' started by kheldorin, Dec 10, 2016.

  1. kheldorin

    kheldorin

    Joined:
    May 28, 2015
    Posts:
    22
    I've managed to get dlls created with IKVM to work with Unity. But it seems that Unity requires that all the IKVM dlls to be in the project even though my java code use only the core ones.

    Is there a way to only include the ikvm dlls that are used in the project, instead of all of them?