qian256 / HoloLensARToolKit

Marker tracking using the front-facing camera of HoloLens (both 1 and 2) and Unity, with a wrapper of ARToolKit built for UWP (Windows Universal Platform)
GNU Lesser General Public License v3.0
349 stars 92 forks source link

Is the Project compatible with IL2CPP ? #33

Closed linhdoan8 closed 5 years ago

linhdoan8 commented 6 years ago

Hi Long,

as I mentioned in issue #26 the App only works with .NET scripting backend. Now I would like to integrate your project into another project which has dependencies that require IL2CPP as scripting backend. Is it possible to make the two work togehter somehow?

Best regards

DanAndersen commented 5 years ago

Hi @lee4138 , Please take a look at the pull request I've just opened (especially this commit: https://github.com/qian256/HoloLensARToolKit/pull/38/commits/8fb595b76151e98edf48d10dcb45c1b09279de3f ). This should allow for supporting IL2CPP.