bkeiren / AwesomiumUnity

Third-party Awesomium wrapper for Unity3D, wrapping Awesomium's C++ API with a custom C# API and accompanying Unity MonoBehaviour components.
108 stars 74 forks source link

Can you create example project? Still DllNotFoundException: Assets/Plugins/x86/AwesomiumUnity.dll #3

Closed 3d03 closed 9 years ago

3d03 commented 9 years ago

I have same problem with DllNotFoundException. And please, create example project. Thank you DllNotFoundException: Assets/Plugins/x86/AwesomiumUnity.dll AwesomiumUnityWebCore.get_IsRunning () (at Assets/AwesomiumUnityScripts/AwesomiumUnityWebCore.cs:140) AwesomiumUnityWebCore.EnsureInitialized () (at Assets/AwesomiumUnityScripts/AwesomiumUnityWebCore.cs:146) AwesomiumUnityWebTexture.Initialize () (at Assets/AwesomiumUnityScripts/AwesomiumUnityWebTexture.cs:71) AwesomiumUnityWebTexture.Start () (at Assets/AwesomiumUnityScripts/AwesomiumUnityWebTexture.cs:99)

3d03 commented 9 years ago

As you wrote how to install/copy files "Copy the pre-built AwesomiumUnity.dll file from either CppDLL\bin\Debug or CppDLL\bin\Release to your Unity project's Assets\Plugins folder". I chose AwesomiumUnity.dll from Debug folder - it didn't work. Then i replace from Release folder - and it works. So i think you should update installation manual. Thanks. Sorry for my english