currently I am working on a project designed for the Hololens 2 using MRTK. Now I want to make this app run on a mobile device (more specifially, an Android Smartphone) like any other AR app. Eventually these two should be able to communicate with each other. What would be the best way to go about it? The following ideas crossed my mind:
- Copying and adapting the current scene made for Hololens by replacing Hololens exclusive features with ARCore features.
- Creating a new project just for the mobile app.
Would love to hear your suggestions and ideas, thanks!