'Embed Website in Unity 3D

is there a way to embed a website in Unity 3D? It must be a website instead of a local site. I would like to display some live charts, using Grafana, and display them on button click.

The app will be used on iOS.

Thanks



Solution 1:[1]

I think most people just use the 3D webview asset for this now since it supports all of the platforms. We use it for login in our Android and Windows games, but it could be used for charts.

Solution 2:[2]

This question is old, but for anyone looking today, I've had great success with a plugin called UniWebView. It's a full native browser implementation, so supports all modern HTML/JS/CSS. I've used it a fair amount for mocking up 2D UIs in VR. It works on desktop, iOS and Android.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AR Artistry
Solution 2