Augmented Reality for UE4

Hi,

To debug on android:

  1. Open a windows command prompt
  2. type adb logcat -s UE4
  3. run the app on the phone while connected to the computer
  4. you will see some debug messages from unreal
  5. the ones starting with artoolkit are related to the plugin

Also can you please check your phone’s file system ? There should be /storage/emulated/0/UE4game/YOUR_APP_NAME/YOUR_APP_NAME/Content/ARToolkit/Data and DataNFT
If those directories are missing add them in your project’s package settings -> additional non asset directories to copy