Back to Browse

AndroidWebView Plugin for Unity3D

19.9K views
May 28, 2018
12:37

This tutorial explains how to extend my base plugin with a OpenWebView method, allowing an Android WebView to be created, loaded, and then displayed and interacted with on top of Unity. This tutorial creates a LinearLayout, a TextView, and a WebView. The TextView is used to allow for a blank space at the top of the layout, so some portion of the Unity screen is still visible and can be interacted with. The WebView uses a default WebViewClient that allows links to be opened inside the WebView instead of presenting a picker to the user. Download the project at https://github.com/cwgtech/AndroidWebView and check my blog entry at http://www.cwgtech.com

Download

0 formats

No download links available.

AndroidWebView Plugin for Unity3D | NatokHD