我正在按照本教程为 Hololens(第 1 代)构建示例应用程序。在教程的第 1 章(“Holo”世界)中,在为 Hololens Emulator 构建应用程序时,编译成功后收到以下错误,
2>------ Build started: Project: Origami, Configuration: Release Win32 ------
2>C:\...\HolographicAcademy-Holograms-101\Origami\App\Origami\Unity Data.vcxitems(197,9): error MSB3030: Could not copy the file "C:\...\HolographicAcademy-Holograms-101\Origami\App\Origami\Plugins\x86\HolographicAppRemoting.dll" because it was not found.
2>Done building project "Origami.vcxproj" -- FAILED.
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
我还从这里导入了 MRTK 包并在场景中进行了配置,但我仍然无法构建应用程序。
这是我对 Unity 2019.2.0f1 和 Visual Studio 2019 的设置,