我在 Unity 2019.3 上有一个带有 dotnet 4.x 的项目。我正在尝试导入 firebase analicts,但出现以下错误:
System.TypeInitializationException:“Firebase.Editor.Measurement”的类型初始值设定项引发异常。---> System.MissingMethodException: void Google.EditorMeasurement.set_InstallSourceFilename(string) --- 内部异常堆栈跟踪结束 --- 在 Firebase.Editor.AndroidSettingsChecker..cctor () [0x0000c] in Z:\tmp\tmp .SHkOPK7iEJ\firebase\app\client\unity\editor\src\AndroidAPILevelChecker.cs:37
和
MissingMethodException: void Google.EditorMeasurement.set_InstallSourceFilename(string)
有谁知道它可能是什么?是否缺少任何库?我没有在任何地方找到对这个问题的引用。