File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,18 @@ Copy [`link.xml`](https://github.com/snowballdigital/flutter-unity-view-widget/t
180
180
181
181
<br />
182
182
183
+ ### Vuforia
184
+ ** Android**
185
+
186
+ Similar to setting up AR Foundation, but creating a module for the VuforiaWrapper instead.
187
+
188
+ Thanks to [ @PiotrxKolasinski ] ( https://github.com/PiotrxKolasinski ) for writing down the exact steps:
189
+ 1 . Change in build.gradle: ` implementation(name: 'VuforiaWrapper', ext:'aar') ` to ` implementation project(':VuforiaWrapper') `
190
+ 2 . In settings.gradle in the first line at the end add: ` ':VuforiaWrapper' `
191
+ 3 . From menu: File -> New -> New Module choose "import .JAR/.AAR Package" and add lib VuforiaWrapper.arr. Move generated folder to android/
192
+ 4 . In Widget UnityWidget add field: ` isARScene: true `
193
+ 5 . Your App need camera permission (you can set in settings on mobile)
194
+
183
195
## Examples
184
196
### Simple Example
185
197
You can’t perform that action at this time.
0 commit comments