MRTK 中的跳跃运动

发布于 2025-01-14 00:24:45 字数 1130 浏览 1 评论 0 原文

我尝试了所有 这个主要步骤资源,但我无法让leapmotion在MRTK中工作。 我使用混合现实功能工具 但在制作跳跃运动轮廓时,我在编辑器中不断收到此错误: 输入图片这里的描述

当我尝试集成模块时: 输入图片此处描述

另一方面,当按照建议“仅导入 Unity 模块中的核心包”导入核心包时,会出现这些错误并且项目无法编译:

在此处输入图像描述

Unity 版本:2020.3.11.f1 和安装程序均安装程序 Leap_Motion_Setup_4.0.0+52173 (orion) 和Ultraleap_Tracking_Installer_5.4.5_win64。

离开的仓库是:https://github.com/microsoft/MixedRealityToolkit-Unity

I tried all in this main step resource, but I cannot get leapmotion to work in MRTK.
I download the foundation packege with the Mixed Reality Feature Tool but I keep getting this error in the editor while making the leap motion profile:
enter image description here

And this when I trytointegrate the module:
enter image description here

On the other hand when the core packege isimported as adviced "Only import the Core package within the Unity Modules" these errors appear and the project does not compile:

enter image description here

Unity version: 2020.3.11.f1 and installer both installers Leap_Motion_Setup_4.0.0+52173 (orion) and Ultraleap_Tracking_Installer_5.4.5_win64.

The departing repo is: https://github.com/microsoft/MixedRealityToolkit-Unity

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

用心笑 2025-01-21 00:24:45

您使用的是哪个版本的 MRTK?

我看到您已经尝试过 Orion(V4 服务)和 Gemini(V5 服务)。

您需要将正确版本的 Ultraleap Unity 模块/插件与正确版本的 Ultraleap 跟踪服务 (Orion/Gemini) 相匹配。 跟踪服务版本 >=5.2 应与 Ultraleap Unity Plugin V5.3.0(确切版本)一起使用,尽管它可能适用于 Unity 4.9.1模块也是如此(我没有亲自测试过)。尽管此支持已合并到主版本 (https: //github.com/MicrosoftDocs/mixed-reality/pull/512)。

MRTK 文档的更新以支持 Ultraleap Unity 插件 V5(需要 V5.3.0 插件)位于此拉取请求中:https://github.com/MicrosoftDocs/mixed-reality/pull/512 值得一读。

注意,我们讨论的是V4 Unity 代码作为 Unity 模块,V5 Unity 代码作为 Unity 插件

如果您需要使用 Orion 跟踪服务,那么您需要一个早于 V4.9.1 的 Unity Modules 版本 - 即此处的 Unity Modules 4.8.0 https://github.com/ultraleap/UnityPlugin/releases/tag/UM-4.8.0

听起来您在使用 Orion 和 Unity 模块时可能仍然遇到问题 - 您能否确认 MRTK 的版本和请问您尝试使用的 Unity 模块?

摘要:

Orion Service V4.X:使用 Unity 模块 V4.8.0

Gemini Service >= V5.2:使用Unity 模块的 V4.9.1 或 Unity 插件的 5.3.0(对后者的支持不在 MRTK 版本中,但已合并到主版本中)

Which version of MRTK are you using?

I see you've tried both Orion (V4 service) and Gemini (V5 service).

You need to match the correct version of the Ultraleap Unity Modules / Plugin with the correct version of the Ultraleap tracking service (Orion/Gemini). Tracking Service version >=5.2 should be used with the Ultraleap Unity Plugin V5.3.0 (that exact version), although it will likely work with 4.9.1 of the Unity Modules too (I haven't personally tested this). This support is not yet in an MRTK release yet although it has been merged to main (https://github.com/MicrosoftDocs/mixed-reality/pull/512).

The update to the MRTK documentation to support the Ultraleap Unity Plugin V5 (requires V5.3.0 plugin) is in this pull request: https://github.com/MicrosoftDocs/mixed-reality/pull/512 and is worth a read.

Note, we talk about the V4 Unity code as Unity Modules and V5 Unity code as the Unity Plugin.

If you need to use the Orion tracking service then you need a Unity Modules version that is older than V4.9.1 - i.e. Unity Modules 4.8.0 from here https://github.com/ultraleap/UnityPlugin/releases/tag/UM-4.8.0

Sounds like you might still be having issues using Orion and Unity Modules - can you confirm the version of MRTK and Unity Modules you were trying to use please?

Summary:

Orion Service V4.X : Use <=V4.8.0 of the Unity Modules

Gemini Service >= V5.2 : Use V4.9.1 of the Unity Modules or 5.3.0 of the Unity Plugin (support for the latter is not in an MRTK release but has been merged to main)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文