Documentation
This is the documentation page for TLabWebView. The contents will be updated as needed.
Last updated
This is the documentation page for TLabWebView. The contents will be updated as needed.
Last updated
TLabWebView
is a plugin that integrates a web browser into the Unity Android platform. Works on mobile and VR devices (e.g. Oculus Quest).
Meta XR SDK
, XR Interaction Toolkit
, MRTK
, VRIF
...., there are some developer tool for Unity but they are usually based on PointerEvent for uGUI interaction. TLabWebView
's touch panel interaction is also developed based on PointerEvent for high compatibility and easy integration with any development tool.
This plugin supports both Vulkan
and OpenGLES
, but if you are building an application that uses a Vulkan
graphics API, the Android device must support OpenGLES (3.1+)
as well as Vulkan
.
The source code is available on GitHub
. Please click on the links below to obtain samples that suit your purpose.
TLabWebView is open source and therefore free to use, but donations motivate development.
Scripting API page removed to maintain integrity between source and document. Currently groping for a way to automatically reflect the original source's xml summary on the gitbook's scripting API page.