/Unity-Webview

主に gree/unity-webview のリファクタリング。本家を元に改良してく!

Primary LanguageC#zlib LicenseZlib

Unity-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.