From e5d549f9b794bf399d760082901ffaaa8ede484f Mon Sep 17 00:00:00 2001 From: TesseraktZero Date: Tue, 15 Sep 2020 20:08:49 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421aa62..674d177 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ C:\Users\user\AppData\Local\Android\Sdk\platform-tools 3. Install the "UnityHandTracking.apk" to the device: `adb install UnityHandTracking.apk` +The .apk is included in release. The source code of the apk is available in [mediapipe_multi_hands_tracking_aar_unity](https://github.com/TesseraktZero/mediapipe_multi_hands_tracking_aar_unity). 4. Start and run the SampleScene in Unity project. This should automatically start the Android app and receive data from it.