flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

Can't find Vuforia Wrapper

Open TrocheTroszeczke opened this issue 8 months ago • 1 comments

Hi! I have encountered a problem when trying to implement fix below. I can't find Vuforia Wrapper.jar file. Can you tell from where should I got it?

Setup Vuforia

Thanks to @PiotrxKolasinski for writing down the exact steps:

Open the android/unityLibrary/build.gradle file and change the following:
  • implementation(name: 'VuforiaWrapper', ext: 'aar')
  • implementation project(':VuforiaWrapper')
In this new project window, go to File > New > New Module > Import .JAR/.AAR package and select the android/unityLibrary/libs/VuforiaWrapper.aar file. A new folder named VuforiaWrapper will be created inside android/. You can now close this new project window.

TrocheTroszeczke avatar Dec 15 '23 10:12 TrocheTroszeczke

Check this https://github.com/juicycleff/flutter-unity-view-widget/issues/689#issuecomment-1868574799

rajivaPavan avatar Dec 24 '23 19:12 rajivaPavan