英文:
Why the vuforia sample won't work on Magic Leap 2?
问题
我想使用我在以下链接找到的魔术跃迷2资产商店的示例。 https://assetstore.unity.com/packages/templates/packs/vuforia-magic-leap-2-sample-245664
我按照要求设置了一切,但我无法在设备上运行任何功能。我不确定我漏掉了什么。
我尝试了
从头开始创建新项目并导入来自资产商店的示例
在我们现有的项目中导入包
我有有效的Vuforia许可证
我已允许魔术跃迷清单中的每个复选框
根据指南的建议,我扫描了我的空间
已经能够构建它,但在查看目标/vumarkers/模型时我看不到任何图像弹出
似乎功能不起作用,即使按照推荐的设置,我是否漏掉了什么?
我尝试隔离环境,这是我的设置
Vuforia 10.14.4
Unity 2022.02.0f1
"com.magicleap.unitysdk": "file:com.magicleap.unitysdk.tgz",(随示例提供)表示1.3.0
"com.ptc.vuforia.engine": "file:com.ptc.vuforia.engine-10.14.4.tgz",
mlsdk v1.1.0
功能无法在设备上运行
英文:
I would like to use the sample I find on the asset store at the following link for Magic Leap 2. https://assetstore.unity.com/packages/templates/packs/vuforia-magic-leap-2-sample-245664
I set up everything as required but I just won't be able to run any feature on the device. I am not sure what I am missing.
I tried to
create a new project from scratch and importing the sample from the asset store
import the package in our existing project
I have a valid Vuforia license
I have allowed every checkbox in the magic leap manifest
I scanned my space through spaces as recommended in the guide
Been able to build it but I cannot see any image popping when looking at target/vumarkers/models
Just seems like the features are not working, even with the recommended setup, am I missing something?
I tried isolate the environment and this is my setup
Vuforia 10.14.4
Unity 2022.02.0f1
"com.magicleap.unitysdk": "file:com.magicleap.unitysdk.tgz", (coming with the sample) meaning 1.3.0
"com.ptc.vuforia.engine": "file:com.ptc.vuforia.engine-10.14.4.tgz",
mlsdk v1.1.0
I tried isolate the environment and this is my setup
Vuforia 10.14.4
Unity 2022.02.0f1
"com.magicleap.unitysdk": "file:com.magicleap.unitysdk.tgz", (coming with the sample) meaning 1.3.0
"com.ptc.vuforia.engine": "file:com.ptc.vuforia.engine-10.14.4.tgz",
mlsdk v1.1.0
the features won't be running on device
答案1
得分: 2
请务必使用Getting Started with Vuforia Engine and Magic Leap 2 article作为设置项目的参考。
英文:
Please be sure to use the Getting Started with Vuforia Engine and Magic Leap 2 article as a reference for setting up your project.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论