【发布时间】:2019-09-14 01:10:33
【问题描述】:
我正在尝试按照本教程进行操作:
https://www.freecodecamp.org/news/how-to-create-your-first-hololens-app-with-unity-1afa364843d4/
在我创建脚本来尝试旋转立方体后,我在 Unity 中遇到错误:
Assets\InteractiveCube.cs(4,7): error CS0246: The type or namespace name 'HoloToolkit' could not be found (are you missing a using directive or an assembly reference?)
这是它中断的代码行:
using HoloToolkit.Unity.InputModule;
我下载了最新版本的混合现实工具包。我正在使用 Unity 2018.4.8f1 和 Visual Studio。
如果您遇到此问题并知道如何解决,请告诉我!如果您知道完成相同任务的替代方法,我也很想知道!
【问题讨论】:
标签: c# visual-studio unity3d hololens