Unity Vuforia NullReferenceException

mar*_*arv 5 nullreferenceexception unity-game-engine vuforia hololens

我正在使用Untiy使用Vuforia为HoloLens构建AR-App。我正在使用一个标记,以相对于标记位置放置多个对象。没什么特别的。尚未编写脚本。有时会弹出以下错误消息。我不知道是什么原因引起的。我无法了解我统一所做的事情。同样,即使存在错误消息,构建也会成功。怎么可能把它弄走?我什至无法理解它的重要性,因为该应用程序没有明显的影响。

我怀疑是唯一的原因:在第一次发生错误之前不久,我更新了Vuforia。这可能是原因吗?

NullReferenceException: Object reference not set to an instance of an object
Vuforia.EditorClasses.ImageTargetEditor.DrawPredefinedTargetInspectorUI (Boolean typeChanged)
Vuforia.EditorClasses.ImageTargetEditor.OnInspectorGUI ()
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor[] editors, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1295)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Run Code Online (Sandbox Code Playgroud)

编辑:这不是什么是NullReferenceException的重复项,我该如何解决?因为Exception的含义是已知的。我不知道异常的原因是什么以及如何统一解决它,因为它源自我编写的代码之外。