AR example clarification

Clarify the AR example repo is not directly linked to the flutter-unity-view-widget repo, and as such can contain outdated documentation/code.

(For example, the AR example repo does not work or mention the steps required to get an Android version working)
This commit is contained in:
Thomas 2019-10-28 12:49:10 +01:00 committed by GitHub
parent c5418de551
commit 750967279a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,9 @@ int main(int argc, char * argv[]) {
### AR Foundation ( requires Unity 2019.3.*)
![gif](https://github.com/snowballdigital/flutter-unity-view-widget/blob/master/ar-demo.gif?raw=true)
Check out the ARKIT based on Unity AR Foundation Samples [Demo Repository](https://github.com/juicycleff/flutter-unity-arkit-demo)
Check out the Unity AR Foundation Samples [Demo Repository](https://github.com/juicycleff/flutter-unity-arkit-demo)
**The Demo Repository is not guaranteed to be up-to-date with the latest flutter-unity-view-widget master. Make sure to follow the steps listed below for setting up AR Foundation on iOS and Android in your projects.**
**iOS**