UniWebView 5

UniWebView is a Unity 3D plugin for adding a web view component to your Unity 3D mobile games.


Visit our official website to learn more about UniWebView 5.


OVERVIEW


UniWebView includes a set of abstract high-level APIs in C#, which wrapped the native APIs of iOS and Android platforms. With UniWebView, you can have some behaviors like a browser into your games without knowing anything about native development. It is very useful when you need to show an announcement or notice, add a leader board for player rankings, or just display any web pages to your users.


UniWebView supports running on iOS 9.0 or above, and Android 5.0 (API Level 21) or above. It also contains fully functional support for Unity Editor on macOS.


Unity 2020.3 or later is required.


FEATURES

  • Web Browsing on the Internet. Display content through HTTP/HTTPS.
  • Safe Browsing Mode for secure browsing. Supporting Apple Pay, Google Pay, and more.
  • Built-in support for popular OAuth 2.0 providers. Log in to Google, Facebook, and more.
  • Loading local HTML files.
  • Full JavaScript Support. Running and adding JavaScript on the page.
  • Message System based on url scheme to receive a message from web page.
  • Setting Position and Size by either absolute values or reference Relative Unity UI element.
  • Playing YouTube, Vimeo, or local videos.
  • Uploading photos from the camera or gallery through an input form.
  • Rendering web page to Texture and use in your game world.
  • Clicking through the transparent area of the web view. Creating game UI with the web page.
  • Check our website for even more.

DOCS, GUIDES, AND SUPPORT


We prepared detailed documentation and guides. Please visit the UniWebView Documentation Site to learn how to use this asset.


If you have any questions, take a look at the FAQ page or even submit a ticket from our docs page!