How to make a curved webview?

By default, 3D WebView's prefabs (WebViewPrefab and CanvasWebViewPrefab) are flat rectangles. However, if you want to create a curved webview, there are a few options:

  1. The easiest option is to use the Curved UI asset to curve a CanvasWebViewPrefab. Importantly, the Curved UI asset enables mouse interaction (clicking and scrolling) to continue functioning correctly when the webview is curved.

  2. If you don't want to use the Curved UI asset, there are a couple of alternatives, but they require additional work. Please see options #2 and #3 from this article.