You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
corewebview2?view=webview2-dotnet-1.0.2088.41), allowing devs to call any API that exists or gets
12
+
WebView2 controls) which directly give access to their [CoreWebView2 object](https://learn.microsoft.com/dotnet/api/microsoft.web.webview2.winforms.webview2.corewebview2?view=webview2-dotnet-1.0.2088.41),
13
+
allowing devs to call any API that exists or gets
15
14
added to the CoreWebView2/ICoreWebView2_*. The Unity WebView2 control can't do this today,
16
15
as they are unable to create a CoreWebView2 object that wraps an already existing COM object.
17
16
To help implement this for Unity, we are adding a new static factory function on CoreWebView2 .NET
18
17
class that will allow it to wrap an existing ICoreWebView2 COM object, instead of creating a new
0 commit comments