Failed to start Vuforia报错:Failed to start Failed to start Vuforia问题解决办法 Posted by By 隐者艾伦 2026年1月29日Posted inHoloLens 2 development, Unity, VR AR MR 错误症状: Vuforia在PC端unity编辑器使用正常,但是切换到hololens2端就无法运行 Vuforia识别了,而且导致AI摄像头也无法调用 Failed to start Vuforia……
Visual Studio编译unity程序报错:根据 DTD/架构,元素SupportedFileTypes不能为空。 Posted by By 隐者艾伦 2026年1月28日Posted inUnity Visual Studio编译unity程序报错:报错信息如下:严重性 代码 说明 项目 文件 行 抑制状态 详细信息错误 APPX0501 验证错误。error C00CE011: App mani……
vuforia报错Failed to create Vuforia engine: Vuforia driver library load error Posted by By 隐者艾伦 2026年1月5日Posted inUnity 更新了vuforia到最新版,但是运行后unity 报错: Failed to create Vuforia engine: Vuforia driver library load error Uni……
如何让openxr(HoloLens2)的射线与unity自带的UI产生交互? Posted by By 隐者艾伦 2025年12月9日Posted inUnity 给UI所在的图层增加一个关键的模块:Tracked Device Graphic Raycaster函数模块具体操作方法为:首先在Hierarchy中选择UI所在的object。在右侧的inspect……
unity报错The type or namespace name ‘OpenXR’ does not exist in the namespace ‘Microsoft.MixedReality’ Posted by By 隐者艾伦 2025年12月9日Posted inUnity unity报错:The type or namespace name 'OpenXR' does not exist in the namespace 'Microsoft.MixedReality'……
serializedObject should not be used inside OnSceneGUI or OnPreviewGUI. Use the target property directly instead. Posted by By 隐者艾伦 2025年10月27日Posted inUnity unity报错: The serializedObject should not be used inside OnSceneGUI or OnPreviewGUI. Use the target p……
unity的MRTK手部菜单消失后无法恢复问题的解决方法 Posted by By 隐者艾伦 2025年10月13日Posted inHoloLens 2 development, Unity 使用unity开发了一个hololens2手部菜单,在inspector里面按照教程配制好Tracked Device Graphic、Solver Handler、Hand Bonds、Hand C……
hololens2相机问题之The operating system has dropped the camera device used by Vuforia Engine Posted by By 隐者艾伦 2025年9月17日Posted inUnity 出现了一个问题,该程序在电脑unity端运行正常。在hololens2实机端进入关卡以后,AI功能正常,但是vuforia图像识别功能会崩溃,无法实现图像识别功能。Unity后台报错:Vuforia ……
Vuforia Engine Initialization Error问题解决办法 Posted by By 隐者艾伦 2025年9月15日Posted inHoloLens 2 development, Unity unity一运行显示: Vuforia Engine Initialization Error DRIVER CONFIG LOAD ERROR Failed to initialize Vufori……
unity设置多个勾选框按钮之间的联动(MRTK3 Toggle Button) Posted by By 隐者艾伦 2025年9月15日Posted inHoloLens 2 development, Unity, 软件研究 Unity中如何设置多个勾选框(Checkbox)之间的联动呢?具体形容这个功能就是当我勾选一个勾选框时,执行这个勾选框的命令,其他勾选框取消勾选。这里以MRTK里面的Toggle Button为例,……