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.13k stars 518 forks source link

Flutter is plugin of native, Unity export path should be .ios instead of ios #826

Open kfzzzzzz opened 1 year ago

kfzzzzzz commented 1 year ago

My flutter is a plugin of native project, there is only path of NativeProject/flutterProject/.ios there have no folder of /ios. When I export the unity, there create a /ios folder in flutterProject, how can I change the path?

kfzzzzzz commented 1 year ago

image

timbotimbo commented 1 year ago

You should be able to find some /ios folder paths in FlutterUnityIntegration/Editor/build.cs. Try adding the dot in there.

I have no clue if your setup will actually work since we already include Unity as a native plugin in Flutter, and you add another layer on top of that.

kfzzzzzz commented 1 year ago

您好,您的邮件已经收到,相关事宜将尽快处理。(请勿回复此邮件)