I try to develop an app on AR, so the command way for developing app on AR is:
- Unity and Vuforia.
- Native android app and Vuforia.
The first way: I lose android App UI.
The second way: I lose unity render special in a complex model.
I fond another way to use android UI and unity render model by the export jar from unity app to the android studio but this way is slow and I need to export unity project in each time my list change. I try WebGL but WebGL is not worked with Vuforia, and I can't find enough info about it. How I can use unity render 3d model and native android without export data in each time data changed from unity to the android studio.