Hi everyone,
I was trying to integrate TeamSpeak SDK into Unity3D by following this article (http://web.ist.utl.pt/joao.costa.fernandes/?p=965).
However, i come across an issue on the missing dll during runtime. Here is the steps that i tried:
-
I have copied all the dlls to Assets\Plugins.
-
I tried rename fmodex.dll into fmodex2.dll and edit ts3client_win32.dll using HexEdit by replacing the 2 fmodex.dll occurrences in the ts3client_win32.dll
but i still getting the missing ts3client_win32.dll at runtime.
Can anyone guide me on how to solve this issue as i have been cracking my head for days
Thanks in advance.