/ar_ai_textmessaging

A text messaging app powered by IBM Watson.

Primary LanguageC++

AR_AI_textmessaging

*Work in progress..
A text messaging app powered by IBM Watson.

Team Members

*Work in progress..

Build Instruction

The build requirement including:

Google flutter (3.0.0+) installation(https://docs.flutter.dev/get-started/install)

Unity 2020.3.35f1 (with android NDK 19) installation(https://unity3d.com/get-unity/download)

To build the app, you just need to:

  1. (If the unity project been changed) Open the unity project and build it: Menu -> Flutter -> Export Android
  2. setting android NDK location(On android/local.properties ,add a line: ndk.dir=<NDK location>)
  3. flutter run

If you got any installation problem, check your flutter installation using flutter doctor. Make sure android NDK and flutter are set correctly. Further question please dm @Cheong43 .

Unity Project Folder

/unity is the unity project location, ARView-IBM-TextMessaging is the current unity work dir. The flutter-unity-view-widget-plugin and IBM Watson Unity sdk already installed, please do not making any change on them.

Trouble Shooting

*Work in progress..