【发布时间】:2020-12-02 02:31:26
【问题描述】:
我将 Unity 2019.12 上的 Android 应用升级到 2020.1。使用 Unity 2019,Firebase 可以正常工作。但是对于 Unity 2020,我有 2 个错误。我不使用IOS,只使用Android。如何解决这个问题? 谢谢。
Assembly 'Assets/Firebase/Editor/Firebase.Editor.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Assembly 'Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.135.0.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
【问题讨论】:
标签: c# android ios firebase unity3d