Augmented Reality for UE4

Ok, so you have uploaded your project it without the .obb file. I told you it won’t work …
Can you upload your project with the .obb file ? I can’t test without it.

The .bat file is required only for testing, not for publishing your project on google play.

The only modification you need to make before uploading to the store is to change one line:

In SampleProject\Plugins\ARToolkitPlugin\Source\ARToolkitPlugin\ARToolkitPlugin_APL.xml there is a line:

String obbPath = Environment.getExternalStorageDirectory() + “/obb/”;

Try to change it to:

String obbPath = Environment.getExternalStorageDirectory() + “/Android/obb/”;

Can you please try the demo on the store ?

I’ve uploaded it using the same method, and tested with many samsung / lg phones, and worked without any issues.