Skip to content

Commit 521c84f

Browse files
Updated Readme with Vuforia steps for Android
1 parent af4cf03 commit 521c84f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,18 @@ Copy [`link.xml`](https://github.com/snowballdigital/flutter-unity-view-widget/t
180180

181181
<br />
182182

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+
183195
## Examples
184196
### Simple Example
185197

0 commit comments

Comments
 (0)