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

Works perfect in editor, but can't show texture on a plane in standalone exe #19

Open gowug4 opened 6 years ago

gowug4 commented 6 years ago

I use Unity 5.4.4 32bits no error in output log I put all the dll in the build plugins folder The exe can't show the texture of the website but it can do all the function of the website ie: I go to a youtube website, you can hear the sound and pause it but nothing show I don't even change a word of AwesomiumUnityWebTexture code Do I miss some requirement of a standalone exe?

It just like I run in editor mode without AwesomiumUnity.dll. But I put AwesomiumUnity.dll file in plugin folder under asset before I build.