gree / unity-webview

zlib License
2.27k stars 687 forks source link

I made up whole program with unity and unitywebview !!! #586

Open kotran88 opened 4 years ago

kotran88 commented 4 years ago

oh my god. I made unity program to make standalone exe file to window. but my computer is mac so, I first make it with mac os and try to build it to exe on window computer.

everything is okay but when I try to build it on window , it says Webview is not supported on this platform. almost 40%of my program is on webview... is there any other way that I can implement my web on unity proglem????

KojiNakamaru commented 4 years ago

As you noted, windows is currently not supported. I would like to support it in the future but for now it is difficult. Also, the current osx implementation is not so efficient. If you would like to support both osx and windows, I would recommend other solutions. I've not tried yet, but the followings look promissing:

https://blog.mozvr.com/a-browser-plugin-for-unity/ A browser plugin for Unity

https://assetstore.unity.com/packages/tools/gui/3d-webview-for-windows-and-macos-154144 3D WebView for Windows and macOS | GUI Tools | Unity Asset Store

https://assetstore.unity.com/packages/tools/gui/embedded-browser-55459 Embedded Browser | GUI Tools | Unity Asset Store