1.Unity调试Vuforia时无法打开电脑的摄像头 ?
2. vuforia-samples-core-unity-6-2-6 案例包的下载,其实可以在unity 的 Asset store中找到
也就是说(Vuforia 内置unity的下载包 以及 Vuforia core samples资源包)
3.vuforia 插件的下载
4.
虚实遮挡
demo中的足球实现的是绕着圆柱体Target进行旋转。 void Update () { Transform parentTransform = transform.parent; transform.RotateAround(parentTransform.position, parentTransform.up, -60 * Time.deltaTime); }