Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Console Error Spam

Discussion in 'Editor & General Support' started by DoomPriestK, Mar 7, 2020.

  1. DoomPriestK

    DoomPriestK

    Joined:
    Nov 23, 2019
    Posts:
    154
    using Unity 2020.1.0a25.3171
    using HDRP 7.1.8

    Each time I run my game I get spammed with the console error below, by the looks of it it may have something to do with reflections but i'm a novice so havent a clue where to begin finding the problem.

    To my knowledge I have only ever tried reflection probes twice, and both times they got deleted as I changed the surface they were reflecting onto to something non-reflective.

    Anyone have any insight?

    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.DelayedCallback.Update () (at <ab8137009875411cacde450b0cedf54f>:0)
    System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <437ba245d8404784b9fbab9b439ac908>:0)
    Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
    System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <437ba245d8404784b9fbab9b439ac908>:0)
    System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <437ba245d8404784b9fbab9b439ac908>:0)
    System.Delegate.DynamicInvokeImpl (System.Object[] args) (at <437ba245d8404784b9fbab9b439ac908>:0)
    System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) (at <437ba245d8404784b9fbab9b439ac908>:0)
    System.Delegate.DynamicInvoke (System.Object[] args) (at <437ba245d8404784b9fbab9b439ac908>:0)
    UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <ab8137009875411cacde450b0cedf54f>:0)
     
    Last edited: Mar 8, 2020
  2. DoomPriestK

    DoomPriestK

    Joined:
    Nov 23, 2019
    Posts:
    154
    Anyone have any insight?
     
  3. Nerold

    Nerold

    Joined:
    Mar 16, 2017
    Posts:
    7
    Same issue on 8.0.1;
    Just a simple empty project throws ~8-9 erorrs to me.
     
  4. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847