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 504 forks source link

menu flutter export not found / vuforia issues import module #927

Closed bomxo007 closed 4 months ago

bomxo007 commented 4 months ago

image

me import unity packages for project arkit but i'm don't see menu flutter export

timbotimbo commented 4 months ago

I believe the only way this happens if there are compilation errors. Try to run or build your app to see if that makes any error show up.

Otherwise try importing the unitpackage again.

I have used this on 2022.3.19 and had no issue.

bomxo007 commented 4 months ago

you have a ar kit demo last porjcet new version becuse flutter-unity-arkit-demo is old last update 5 year a go

bomxo007 commented 4 months ago

image

and me try import module .arr but can't
how to import this (Vuforia Android)

i'm follow this https://developermemos.com/posts/import-aar-library-android it con't import to sync task

![Uploading image.png…]()

bomxo007 commented 4 months ago

[ Check the updated instructions in this PR https://github.com/juicycleff/flutter-unity-view-widget/pull/911 ] this for demo project ?

when me build new project follow to setup can it work? or do I need to adjust anything?

bomxo007 commented 4 months ago

ok i'm got it now it work Check this #689