Display RenderTexture to flutter widget?
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.
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.
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.