ARCore Unity:Assets/GoogleARCore/SDK/Scripts/Managers/TrackedPlaneManager.cs(113,5):警告 CS0162:检测到无法访问的代码

ARCore Unity: Assets/GoogleARCore/SDK/Scripts/Managers/TrackedPlaneManager.cs(113,5): warning CS0162: Unreachable code detected

为什么我会收到此警告? None 我开发的演示 ARcore 应用正在运行。

警告:

Assets/GoogleARCore/SDK/Scripts/Managers/TrackedPlaneManager.cs(113,5): warning CS0162: Unreachable code detected

我尝试从 github 克隆同一个文件,但仍然出现相同的错误。

我得到了同样的错误,但它不是一个表演障碍。尽管如此,AR 应用程序仍然有效。它与原始 google SDK 代码有关。