在Unity中找不到Firebase命名空间

在Unity中找不到Firebase命名空间,firebase,unity3d,Firebase,Unity3d,当我试图为WebGL构建我的unity项目时,我得到以下错误。 当我尝试为Android构建时,我没有遇到这个错误 The type or namespace name 'Firebase' could not be found (are you missing a using directive or an assembly reference?) The type or namespace name 'FirebaseAuth' could not be found (are you mis

当我试图为WebGL构建我的unity项目时,我得到以下错误。 当我尝试为Android构建时,我没有遇到这个错误

The type or namespace name 'Firebase' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'FirebaseAuth' could not be found (are you missing a using directive or an assembly reference?)
感谢您的帮助解决此问题。

根据,Firebase Unity SDK仅支持iOS和android

确保Unity项目以适当的操作系统级别为目标:

对于iOS-目标iOS 8或更高版本

对于Android-目标API级别16(果冻豆)或更高版本