【发布时间】:2019-03-19 09:28:02
【问题描述】:
我正在编写教程 MR Basics 101:https://docs.microsoft.com/en-us/windows/mixed-reality/holograms-101
并按照本文中的建议设置所有内容:https://docs.microsoft.com/en-us/windows/mixed-reality/install-the-tools
但是当我下载 Origami 示例并在 Unity 中以推荐版本 2018.3.X 或其他推荐版本 LTS 中打开它时,我收到错误:
Assets\Holograms\Support\Spatial Mapping\SpatialMapping.cs(24,13): error CS0246: The type or namespace name 'SpatialMappingRenderer' could not be found (are you missing a using directive or an assembly reference?)
只有当我在 Unity 版本 2017.2.5f1 中打开它时它才会起作用。这是否意味着只有在该版本中 HoloLens 包可用?还是我必须为较新的版本单独安装它?
【问题讨论】: