EricChouLe
EricChouLe
> Ok, just figured it out it. In stead of always 0 for ios, try 1 for unityID I have the same issue as yours, "In stead of always 0...
@dantetwc @juicycleff I have found the reason about the case you met. See https://github.com/juicycleff/flutter-unity-view-widget/blob/master/ios/Classes/FLTUnityWidgetController.swift You can see the globalChannel always be the newest channel, and unity instance only sends message...
same problem + 1
@nerdygirl21 have any answer about generating a mesh with just the openpose keypoints ?
https://groups.google.com/g/v8-reviews/c/2q_SKUw5ufk/m/e6QOej87AAAJ As above, I wonder that iOS native supports wasm ? @dumganhar
As we known, V8 in ios platform does not have jit and wasm is not supported either. We found that with the complexity of business logic, the execution efficiency of...
> There is not a good way to fix the jitless issue. If possible, you can implement these codes in c++, and used in javascript. @minggo Thank you for your...
> As i know, WKWebview uses jscore which is jit enabled, as WKWebview is implemented by apple. Other apps can use jscore too, but it is jit disabled. cocos supported...
> > As i know, WKWebview uses jscore which is jit enabled, as WKWebview is implemented by apple. Other apps can use jscore too, but it is jit disabled. cocos...
will engine support file schema at iOS platform?