MicrosoftEdge / WebView2Samples

Microsoft Edge WebView2 samples
830 stars 460 forks source link

Adding Multiple Webview in Unity #232

Open aidanleong0807 opened 5 months ago

aidanleong0807 commented 5 months ago

When I try the sample, it works great, so I wonder how many active webview can be added in the same scene with different URLs at the same time.

Because when I add another webview with different link, seems like both webview open the same URL. I guess both webview using the same material to display webpage?

So is there a way that I can have multiple webview in unity?