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 Windows and macOS. 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 Windows and macOS plugins are provided as precompiled libraries, and the native source code for them is not provided.
The H.264 video codec for MP4 and streaming is disabled by default but can be enabled.
The Windows plugin supports building for x86, but the resulting 32-bit app will only run on 64-bit versions of Windows because 3D WebView embeds a 64-bit Chromium executable.
On macOS, the dynamic library used by the Unity process is a universal library that supports both x64 Intel and arm64 Apple Silicon CPUs. The executable for the Chromium process is currently x64 only but runs successfully on arm64 Apple Silicon Macs via Rosetta.
Some of 3D WebView's Chromium library files exceed GitHub's maximum file size of 100 MB. So, if you save your code in a private GitHub repository, it's necessary to use the steps outlined in this article to store the large files with Git LFS.
The Windows and macOS plugins embed Chromium Embedded Framework, so you must display a copy of its included BSD-style license in your desktop app's about page or credits.