Search Unity

Bug Weird static_cast Error in new 2020.1.5f1

Discussion in 'Scripting' started by gaglabs, Sep 16, 2020.

  1. gaglabs

    gaglabs

    Joined:
    Oct 17, 2019
    Posts:
    185
    Never seen this error until i upgraded today. Happened when i removed a node from my firebase database. The process completed as normal, and the node was removed. But this error popped up. Doesnt seem to be causing any problems but figured id throw it out.

    this->type_ == static_cast<InternalType>(type)
    UnityEngine.Debug:LogError(Object)
    Firebase.Platform.FirebaseLogger:LogMessage(PlatformLogLevel, String) (at Z:/tmp/tmp.mJM4QTAdsX/firebase/app/client/unity/src/Unity/FirebaseLogger.cs:95)
    Firebase.LogUtil:LogMessage(LogLevel, String) (at Z:/tmp/tmp.y8KX3ymNrK/firebase/app/client/unity/proxy/LogUtil.cs:68)
    Firebase.LogUtil:LogMessageFromCallback(LogLevel, String) (at Z:/tmp/tmp.y8KX3ymNrK/firebase/app/client/unity/proxy/LogUtil.cs:76)
    Firebase.AppUtilPINVOKE:PollCallbacks()
    Firebase.AppUtil:PollCallbacks() (at Z:/tmp/tmp.y8KX3ymNrK/firebase/app/client/unity/proxy/AppUtil.cs:32)
    Firebase.Platform.FirebaseAppUtils:PollCallbacks() (at Z:/tmp/tmp.y8KX3ymNrK/firebase/app/client/unity/proxy/FirebaseAppUtils.cs:33)
    Firebase.Platform.FirebaseHandler:Update() (at Z:/tmp/tmp.mJM4QTAdsX/firebase/app/client/unity/src/Unity/FirebaseHandler.cs:205)
    Firebase.Platform.FirebaseMonoBehaviour:Update() (at Z:/tmp/tmp.mJM4QTAdsX/firebase/app/client/unity/src/Unity/FirebaseMonoBehaviour.cs:45)
     
  2. gputhread

    gputhread

    Joined:
    Dec 7, 2018
    Posts:
    36
    same here