pomelo-unityclient-socket
pomelo-unityclient-socket copied to clipboard
unity5引入pomelo-dotnetClient.dll后报错
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in
是不是编译成dll的.net版本太高了?? 使用环境osx10.10.4 unity 5.1.1f1
你先以源码的方式引入吧,那个dll是我在windows下用vs编译的,mac下可能有问题。稍后我在mac上编译个dll放上去。
Hello, I'm having the same issue but running it on windows 7 x64 unity v5.3.2f1
The Demo project seems to work https://github.com/NetEase/pomelo-unitychat-socket Just use the dll in there instead.