0

I need help integrating AllJoyn Unity Extension in my Unity project. I have managed to acquire SDK and create a unitypackage file and add it to my project. However compiling it just give me a DLL not found Exception "alljoyn_unity.dll not found" SDK is v14.12.

However connecting Unity console to Visual Studio I get a warning that mscorlib has higher version and namespace AllJoynUnity cannot be resolved.

Steven
  • 166,672
  • 24
  • 332
  • 435
Hunaid Hassan
  • 732
  • 5
  • 13

1 Answers1

1

Make sure your project .Net version is not lower than what the unity plugin requires