Packaging ARCore Unity Projects for distribution

旧街凉风 提交于 2019-12-07 02:09:15

问题


I have just picked up the Unity ARCore project and have been having a bit of a play around with it. Very exciting stuff for AR on Android devices!

I am interested however in how developers in Unity are meant to package the applications for distribution through the Play store if it is also necessary for users to install the arcore-preview.apk ?

What is it exactly? And is there a way of bundling its contents in a Unity build?

Exciting stuff!

O.


回答1:


Yes, the arcore-preview has to be installed on your target device (this is not only necessary for the Unity export but for the others as well).

As soon as the project matures I am sure the ARCore service will be downloadable from the Playstore as well. For now you could ship the APK in your own app's asset folder or download it as first step in your application but be aware that the handling of apps installing apps has changed in Android O




回答2:


The current release of ARCore is intended only for developers to start exploring possibilities of AR on Android. We'll share more specifics about distribution at the end of the developer preview.



来源:https://stackoverflow.com/questions/45958123/packaging-arcore-unity-projects-for-distribution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!