Skip to content

Commit

Permalink
Updated Readme with Vuforia steps for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-stockx authored Oct 30, 2019
1 parent af4cf03 commit 521c84f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@ Copy [`link.xml`](https://github.com/snowballdigital/flutter-unity-view-widget/t

<br />

### Vuforia
**Android**

Similar to setting up AR Foundation, but creating a module for the VuforiaWrapper instead.

Thanks to [@PiotrxKolasinski](https://github.com/PiotrxKolasinski) for writing down the exact steps:
1. Change in build.gradle: `implementation(name: 'VuforiaWrapper', ext:'aar')` to `implementation project(':VuforiaWrapper')`
2. In settings.gradle in the first line at the end add: `':VuforiaWrapper'`
3. From menu: File -> New -> New Module choose "import .JAR/.AAR Package" and add lib VuforiaWrapper.arr. Move generated folder to android/
4. In Widget UnityWidget add field: `isARScene: true`
5. Your App need camera permission (you can set in settings on mobile)

## Examples
### Simple Example

Expand Down

0 comments on commit 521c84f

Please sign in to comment.