我在努力使用文本识别。当我尝试的时候,它会返回这个错误,
"An assembly with the same name `Vuforia.UnityExtensions' has already been imported. Consider removing one of the references or sign the assembly
/Applications/Unity/PlaybackEngines/VuforiaSupport/Managed/Runtime/Vuforia.UnityExtensions.dll (Location of the symbol related to previous error)
Assets/Vuforia/Scripts/Internal/Vuforia.UnityExtensions.dll (Location of the symbol related to previous error)"

即使我单击文本识别,它也不会显示文本Reco行为(脚本)。发生什么事了?使用文本识别,我使用统一版本2.0f3和进口vuforia-10.unitypackage 6-2-10.unitypackage。如果能详细解释的话,我们将不胜感激。
发布于 2018-01-27 21:03:40
使用Unity 2017或更高版本,您不需要手动导入Vuforia包。要使用Vuforia SDK,只需在Player settings in Unity中启用它。如果该选项在Unity中不可见,则需要首先通过单击Unity中的链接来下载该选项。

然后,您将能够使用Vuforia的特性。在通过团结的下载程序安装软件包之前,不要忘记删除所有与Vuforia相关的文件。
https://stackoverflow.com/questions/48476889
复制相似问题