Unity Web Browser

A Unity package that allows displaying and interacting with the web from within Unity.

Easy installation with UPM

Add the custom registry to your Unity project, and then install and manage like any other Unity package

Multi-Platform Desktop Support

Supports Windows, Linux and MacOS natively

API to interact with the web engine

The provided UWB API allows for easily interacting with the engine

JS Interop

Both be able to call JS from Unity, or have JS call your .NET methods

Extendable

UWB 2.0 was designed to be easily extended, such as allowing rendering to anything that takes a Texture2D, or handling custom input solutions

100% Open-Source

The entire code base for UWB is open-source under the MIT license