AndroidWebView Plugin for Unity3D
CWGTech CWGTech
812 subscribers
18,579 views
0

 Published On May 28, 2018

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/AndroidWeb... and check my blog entry at http://www.cwgtech.com

show more

Share/Embed