From 750967279aabcb9c1bda80dc819950dc26ee9431 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 28 Oct 2019 12:49:10 +0100 Subject: [PATCH] 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) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77591dc..b53d340 100644 --- a/README.md +++ b/README.md @@ -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**