所以我试着在我的unity项目中做一个google signIn认证,我从网上下载了google-signin-plugin-1.0.4.unitypackage。https:/github.comgooglesamplesgoogle-signin-unityreleases。 和firebase unity sdk dotNet4 FirebaseAuth.unitypackage并导入到我的unity项目中。通过这样做,我的UI包从unity项目中被删除了,并且我得到了一个错误 "The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)"。通过阅读文档,我发现 https:/firebase.google.comdocsunitysetup。,已知错误部分,因为我使用的是.NET 4.x,所以我删除了ParsePluginsUnity.Compat.dll和ParsePluginsUnity.Tasks.dll。但它仍然会删除UI。这个问题也给出了 https:/github.comgooglesamplesgoogle-signin-unityissues127。. 有人得到了解决方案吗?
好吧,我找到了解决方案。问题是与unity版本。它在Unity 2018.4.21f1上工作,但在2019.2.13f1上没有工作。