UIWidgets / com.unity.uiwidgets

UIWidgets framework
165 stars 9 forks source link

Unity做的动画能集成到Flutter不? #19

Open jackyetz opened 1 year ago

jackyetz commented 1 year ago

例如Unity做了个旋转的3D,把它集成到Flutter widget中。感谢

zhuxingwei commented 1 year ago

This can be achieved in UIWidgets 2.0 via external texture (currently only available on Windows(Dx11), Mac(OpenGLCore), IOS(OpenGL), Android(OpenGL). Please see our README file for the details).

You can also use this flutter plugin https://pub.dev/packages/flutter_unity_widget to implement this feature in Flutter directly too.