flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

Display RenderTexture to flutter widget?

Open zawazawagh opened this issue 2 years ago • 2 comments

Hi, I'm new to flutter and qurious about how to show unity rendertexture to flutter.

Is there a way to show animated image to flutter UI? Note that not a static png thing, but the camera rendered animated thing.

zawazawagh avatar Jun 17 '23 02:06 zawazawagh

On June 16, 2023 7:44:12 PM PDT, zawazawa @.***> wrote:

Hi, I'm new to flutter and qurious about how to show unity rendertexture to flutter.

Is there a way to show animated image to flutter UI? Note that not a static png thing, but the camera rendered animated thing.

You might check out the flutter_cube package. There's been some recent advancements in Flutter in that area.

Velek avatar Jun 17 '23 18:06 Velek

Thanks for your reply. However flutter_cube may not help in my situation. Actually I want to find a way to show a rendertexture using Unity, and thinking about using NativeTexturePtr to show image in flutter UI.

zawazawagh avatar Jun 18 '23 09:06 zawazawagh