juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.09k stars 505 forks source link

I want to update the frame when I send data from flutter to unity using Coroutine #878

Closed zubair999 closed 9 months ago

zubair999 commented 9 months ago

I am sending some data from flutter to unity which contains frame data in an array, this array contains data of rotation from 0 to 90 degree in x-direction, my object is rotating in unity and I successfully rotate the object in unity itself. Now I will send that data from flutter to unity to rotate my object.

timbotimbo commented 9 months ago

Now a duplicate with #881