Easily display and interact with webpages in 3D or 2D using the Unity web browser plugin trusted by developers. See the developer site for full documentation.
Products purchased through the Vuplex Store are downloaded through the Vuplex Developer Dashboard. For a comparison of the Vuplex Store vs. the Unity Asset Store, please see this page.
This package only supports visionOS. To support other platforms, you can install additional 3D WebView packages, and you can save money on multiple packages by buying a bundle. All of the 3D WebView packages work seamlessly together, so all you need to do is install them into the same project, and then 3D WebView automatically detects and uses the correct plugin at runtime and build time.
3D WebView's native visionOS plugins are provided as precompiled libraries, and the native source code for them is not provided.
3D WebView's native visionOS plugins can't run in the editor, so a mock webview implementation is used by default while running in the editor. However, you can actually load and render real web content in the editor by also installing 3D WebView for Windows and macOS into the project. You can save money by buying both packages together in a bundle.
Some 3rd-party JS video widgets don't function as expected. Also, on YouTube, the video resolution is 360p (640 x 360 pixels) and cannot be changed. For more details, please see this article.
The web rendering frame rate is relatively slow (<15 FPS) due to visionOS limitations. The exception to this is video, which is rendered at a high frame rate.
WebGL content isn't rendered.
Scrollbars aren't rendered.
Some HTML5 widget popups (like date picker inputs) aren't rendered. For more details, please see this page.
WebViewPrefab and CanvasWebViewPrefab are unable to detect hovering from the user's eye sight because visionOS doesn't allow application's to detect where the user is looking. However, a webview created with VisionOSWebView.CreateInWindow() automatically detects and reacts to hovering from the user's eye sight.
The visionOS plugin embeds PDF.js from Mozilla, so you must display a copy of its included Apache 2.0 license in your visionOS app's about page or credits.