Unity Hololens 2 游戏对象未出现

问题描述 投票:0回答:1

我逐步遵循以下教程:https://learn.microsoft.com/en-us/training/modules/learn-mrtk-tutorials/1-7-exercise-hand-interaction-with-objectmanipulator

基本上我在场景中添加了两个立方体并添加了手部交互。当我在 unity 中启动播放模式时,我可以按照预期的方式看到一切。但是,当我将应用程序部署到 Hololens 2 时,这两个立方体没有出现。也没有出现统一启动画面。我唯一看到的是首先加载动画(4 个旋转球体),然后是以下屏幕:

enter image description here

我使用:Unity 2021.3.43f1

这些是我的 MRTK3 软件包版本:
org.mixedrealitytoolkit.accessibility:1.0.3-pre.20
org.mixedrealitytoolkit.audio:3.0.3
org.mixedrealitytoolkit.core:4.0.0-pre.1
org.mixedrealitytoolkit.diagnostics:3.0.2
org.mixedrealitytoolkit.extendedassets:3.0.2
org.mixedrealitytoolkit.input:4.0.0-pre.1
org.mixedrealitytoolkit.spatialmanipulation:4.0.0-pre.1
org.mixedrealitytoolkit.standardassets:3.2.0
org.mixedrealitytoolkit.tools:3.0.3
org.mixedrealitytoolkit.uxcomponents:4.0.0-pre.1
org.mixedrealitytoolkit.uxcomponents.noncanvas:4.0.0-pre.1
org.mixedrealitytoolkit.uxcore:4.0.0-pre.1
org.mixedrealitytoolkit.windowsspeech:3.0.3

混合现实 OpenXR 插件:1.8.1

unity-game-engine augmented-reality hololens mrtk windows-mixed-reality
1个回答
0
投票

您能仔细检查一下 XR 插件设置吗?请打开“项目设置”面板,导航至“XR 插件管理”页面,然后选择“通用 Windows 平台”选项卡。确保选择“启动时初始化 XR”。 enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.