Unity / Vuforia download new imageTargets directly to device

白昼怎懂夜的黑 提交于 2019-12-24 18:21:12

问题


I am trying to track an image target rendered by vuforia. I would like to set up a web app where I can upload a new image target that will be downloaded and integrated automatically by the app.

Can I set a folder from which I automatically can use all existing image targets to track?


回答1:


Well for using image targets different than vuforia provided you have to create your own database. You add a new database than add targets to it. You have to be careful with the ratings of your images. Then you can download this database as a unitypackage and you can see it has two image targets and .dat and .xml file in it:

Then you can use this database using ImageTargetBehavior. This database can be your folder where you want to use existing image targets to track.



来源:https://stackoverflow.com/questions/53164618/unity-vuforia-download-new-imagetargets-directly-to-device

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