U_TAR
Hectopat
Daha fazla
- Sistem Özellikleri
- HP Victus R1024NT 9J226EA
i7 14700HX
Crucial CT16G56C46S5 DDR5 5600MT/s 46CL 16 GB x 2
NVDİA GeForce RTX 4070 120W
- Cinsiyet
- Erkek
- Meslek
- Yazılım Mühendisi
Merhaba Unity'de firebase ile çalışmak istiyorum önceden de kullanmıştım fakat şu an ilginç bir sorun var ve çözümünü bulamadım günlerdir. Yardımcı olursanız teşekkür ederim.
Hiçbir firebase komutu çalışmıyor ve şu hatayı veriyor.
Hiçbir firebase komutu çalışmıyor ve şu hatayı veriyor.
Kod:
DllNotFoundException: FirebaseCppApp-12_0_0
Firebase.AppUtilPINVOKE+SWIGExceptionHelper..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:3958)
Rethrow as TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception.
Firebase.AppUtilPINVOKE..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:3978)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.AppUtilPINVOKE' threw an exception.
Firebase.AppUtil.SetLogFunction (Firebase.LogUtil+LogMessageDelegate arg0) (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:4688)
Firebase.LogUtil..ctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/src/LogUtil.cs:81)
Firebase.LogUtil..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/src/LogUtil.cs:37)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.LogUtil' threw an exception.
Firebase.FirebaseApp..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:1924)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.FirebaseApp' threw an exception.
Firebase.Auth.FirebaseAuth.get_DefaultInstance () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/auth/swig/Firebase.Auth_fixed.cs:3345)
NewBehaviourScript.Start () (at Assets/NewBehaviourScript.cs:11)