是否可以使用 Unity 的 Hololens 2 UI 工具包创建 UI 元素?
在我的项目中,我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使 Unity Canvas 下的 UI 元素在 HoloLens 上工作,请按照下列步骤操作:
如果您不熟悉 Unity 中的 MRTK 或混合现实开发,我们建议您从以下文档开始: 什么是混合现实工具包
To make the UI elements under the Unity Canvas work on the HoloLens, please follow these steps:
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