英文:
Vuforia doesn't recognize triggers and shows watermark on iOS
问题
我有一个项目,其中包含图像目标(从数据库加载的触发器)。在Unity编辑器中(使用网络摄像头)运行正常,但在构建到iOS时,会出现水印,并且无法识别触发器。Unity版本为2020.3.25,Vuforia版本为10.14.4。我已经使用Vuforia很长时间了,以前从未遇到过这样的问题。这与Vuforia的版本有关吗?
我创建了一个简单的项目,其中包含图像目标和内部的立方体。我测试了基本许可证和云许可证。在这两种情况下,当我将其构建到iOS时都会出现水印,并且Vuforia无法识别触发器。
英文:
I have a project with image targets (triggers loaded from database). It works fine in Unity Editor (with webcam), but when I build it to iOS it opens with watermark and doesn't recognize triggers.
Unity 2020.3.25, Vuforia 10.14.4.
I've been using Vuforia for a long time and I have never had problems like this. Is this something related to Vuforia version?
I created simple project with image target and cube inside it. I tested basic license and cloud license. In both cases there is watermark when I build it to iOS and Vuforia doesn't recognize triggers.
答案1
得分: 1
同样的问题。我确认评论中的解决方案将解决这个问题。显然,Vuforia不再支持Unity 2020,现在的最低版本是2021.3.0+。
英文:
Same problem here. I confirm that the solution in the comment will solve the issue. Apparently Vuforia does not support Unity 2020 anymore and the minimum version is now 2021.3.0+
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论