Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 406 Bytes

ReadMe.md

File metadata and controls

18 lines (12 loc) · 406 Bytes

Unity3d-Webview

What is this?

This is Unity Plugin for WebView. You can use webview on Unity.

Support Execution Platform.

  • Android
  • iOS - NEW!!

How to use

  1. Create ex class implement IWebViewCallback interface.
  2. Attach "WebViewBehavior" Script to GameObject.
  3. Call a few function ( LoadURL/SetVisibility/setCallback ).
  4. Enjoy WebView on Unity.

and see "WebViewTest.cs" for sample.