是否可以使用 Unity 的 Hololens 2 UI 工具包创建 UI 元素?

发布于 2025-01-10 04:31:49 字数 127 浏览 1 评论 0原文

在我的项目中,我使用 Unity 的 UI 工具包创建了 UI 元素。

现在我想在 Hololens 2 上实现此功能。 但是,当我运行它时,UI 元素不可见。 但在 Unity 中,您可以在玩家视图中看到它们,并且一切正常。

In my project, I have created UI elements with the UI Toolkit from Unity.

Now I want to get this working on the Hololens 2.
However, when I run it, the UI elements are not visible.
But in Unity you can see them in the player view and everything works fine.

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

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

发布评论

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

评论(1

始终不够爱げ你 2025-01-17 04:31:49

要使 Unity Canvas 下的 UI 元素在 HoloLens 上工作,请按照下列步骤操作:

  1. 在场景中选择 Canvas 对象,然后在 Canvas 的 Inspector 面板中,单击“转换为 MRTK Canvas”
  2. 单击“添加 NearInteractionTouchableUnityUI”
  3. 设置矩形将组件的 X、Y 和 Z 比例变换为 0.001

如果您不熟悉 Unity 中的 MRTK 或混合现实开发,我们建议您从以下文档开始: 什么是混合现实工具包

To make the UI elements under the Unity Canvas work on the HoloLens, please follow these steps:

  1. Select Canvas object in your scene, then in the Inspector panel for your Canvas, click "Convert to MRTK Canvas"
  2. Click "Add NearInteractionTouchableUnityUI"
  3. Set the Rect Transform component's X, Y, and Z scale to 0.001

If you're new to MRTK or Mixed Reality development in Unity, we recommend you start with this doc: What is the Mixed Reality Toolkit

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