UniWebView is a modern web view component for mobile Unity3D games. Integrating web content to your games was never easier.
Functionality
Supporting a full set of general web tasks. Including browsing pages, playing videos, interacting and more.
Modern & Fast
Built on modern Unity and web technology. Smaller memory footprint and better performance.
Brilliant API
Well designed APIs and documentation for developers. Easy for both using and extending.
# As Easy as 1, 2, 3
// Add a full-screen UniWebView component.
var webView = gameObject.AddComponent<UniWebView>();
webView.Frame = new Rect(0, 0, Screen.width, Screen.height);
// Load a URL.
webView.Load("https://uniwebview.com");
// Show it.
webView.Show();
About UniWebView 3
UniWebView 4 requires Unity >= 2019.4. It runs on iOS >= 9.0 and Android >= 5.0.
Needs to show a page in an earlier version of Unity? Looking for documentation of UniWebView 3? Check the v3 doc site (opens new window) instead.