【问题标题】:Unity showing this error - Assets\Plugins\GitHub\Editor\UnityAPIWrapper.cs: error CS0103: The name 'UnityShim' does not exist in the current contextUnity 显示此错误 - Assets\Plugins\GitHub\Editor\UnityAPIWrapper.cs: error CS0103: The name 'UnityShim' does not exist in the current context
【发布时间】:2021-12-20 12:36:30
【问题描述】:
我正在使用 Unity 2019.2.2f1,我的项目是使用 Unity 2017,2018 构建的。现在它显示了这个无法解决的错误。
【问题讨论】:
标签:
unity3d
augmented-reality
arcore
【解决方案1】:
这个错误是由于 ARCore 和一些基本包造成的。
解决步骤:
- 导入ARCore SDK again.(资产>>导入包>>自定义包)
- 使用 Window > Package Manager 安装“Multiplayer HLAPI”和“XR Legacy Input Helpers”包。如果已安装,请尝试删除然后重新安装。