# UnityWebView **Repository Path**: dingxiaowei/UnityWebView ## Basic Information - **Project Name**: UnityWebView - **Description**: Unity WebView! - **Primary Language**: C# - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.