Hi,
I successfully load 32bit dll in Unity3D 4 on the windows 7 32bit OS.
The same project is run on windows 7 64bit OS, and the 32bit dll is now changed to the 64bit dll, then Unity3D editor reports the error DllNotFoundException when loading 64bit dll. any suggestions?
I ever try building the application .exe on the windows 7 32bit OS, and then copy the application to the windows 7 64bit OS, then the application can successully load the 64bit dll.
Thanks for help…