Hi guys!
I'm actually trying Unity 2017 and am thrilled to have .net 4.6 inside of it!
I'm trying to update my custom build SignalR dll for .net 30 who worked perfectly for years now. So the idea is to put SignalR 2.2.2 inside Unity. Everything works just fine : I managed to change the target framework to 4.6 Experimental, Import the Signalr and Newtonsoft.Json Dll's inside the project, use the lib inside the code, ...
**Everything works perfectly but only in player mode... If I try to build a ".exe" I get a strange error :**
ArgumentException: The Assembly System.Runtime is referenced by Newtonsoft.Json ('Assets/Newtonsoft.Json.dll'). But the dll is not allowed to be included or could not be found.
At first I thought ... yeah okey there is the "System.Runtime" DLL missing in the project... weird because newton.json doesn't say that they need this dependency but okey... I added it... this error gone away and another of the same type came asking for another DLL...
I tried for a couple of hours to add all the desired DLL's but after the 10th I gave up because it seemed to me that it needed something else...
Do you guys have any clues? ... I most definitely think that it's a bug... especially when it works like charm in the player mode...
↧