【发布时间】:2017-11-15 10:11:42
【问题描述】:
我已经下载了最新版本的 Unity 版本 5.6.1p1。从以下网站下载 ARcore for unity。 https://developers.google.com/ar/develop/downloads
在尝试构建示例时,它给出了以下编译器错误:
Failed to extract `GoogleAR.UnityNative`. Config class of base type `UnityEngine.XR.Tango`. `TangoConfig` when inspecting `Assets/GoogleARCore/SDK/Plugins/GoogleAR.UnityNative.dll`
`UnityEditor.AssemblyHelper:ExtractAllClassesThatInheritMonoBehaviourAndScriptableObject(String, String[]&, String[]&)`
`Assets/GoogleARCore/SDK/Scripts/SessionComponent.cs(324,28): error CS7069:` Reference to type `UnityEngine.XR.Tango.TangoConfig` claims it is defined assembly `UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'` but it could not be found.
如果我能得到一些解决这个问题的建议,那就太好了。
【问题讨论】:
标签: android unity3d unity3d-2dtools arcore