Unity-Technologies / com.unity.uiwidgets

UIWidgets is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
https://unity.cn/uiwidgets
627 stars 78 forks source link

Does uiwidgets support WebviewScaffold #295

Closed 510074793 closed 2 years ago

510074793 commented 2 years ago

Does uiwidgets support WebviewScaffold

zhuxingwei commented 2 years ago

Hi thanks for the question !

WebviewScaffold looks like a webview plugin for flutter which also includes native codes on iOS and Android.

Currently UIWidgets doesn't support this feature yet, but it should be possible to be transferred from flutter: (1) the dart part can be translated to C# directly; (2) the native part can be added to UIWidgets engine or Unity as a native plugin.

Though our team cannot include this feature into our short-term roadmap by now, we are always willing to help if you want to give it a try.