That would save so much time if the line would be in your documentation as well as the requirement to use obb.
Thank you, it works now.
Here are the brief results of the testing:
There are 3 things which affect on the ability to init camera:
- If you ever launched the app using button in unreal editor
- If “Package game data inside apk” checkbox is checked
- If the line described above is changed
So if you the app using unreal editor it copies artoolkit folder to sdcard folder and then doesn’t matter if you checked “package game data inside apk” or not, the app will work, doesn’t matter if you installed it using bat file or through the store.
If you didn’t and the folder is not in the sdcard folder then if the checkbox is checked the app won’t work. However if the checkbox is NOT checked it will work only being installed through the bat file and not through the appstore. And to make it work through the appstore the ARToolkitPlugin_APL.xml should be changed as described above.
Please add these 2 things to your manual, to save other people time. Thank you!