RusticiSoftware / TinCan.NET

C#/.NET library for Tin Can API
http://rusticisoftware.github.io/TinCan.NET/
Apache License 2.0
45 stars 56 forks source link

Android with Unity does not build for 64bit in IL2CPP mode #51

Open apvBri opened 2 years ago

apvBri commented 2 years ago

App can be built in 32bit mode (Mono scripting backend), but building for 64bit creates a Linker error:

"No action for the assembly TinCan, Version=1.3.0.0, Culture=neutral, PublicKeyToken=7e2d97554f738180 defined"

Is TinCan not compatible with 64bit publishing?