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. Dismiss Notice

Random Editor Error

Discussion in 'Editor & General Support' started by djgriff, Dec 24, 2015.

  1. djgriff

    djgriff

    Joined:
    May 29, 2014
    Posts:
    279
    Hi I keep getting this on random scenes and not sure what it is referring to or whether i should be concerned about my project getting corrupted..

    Error:
    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.UI.ImageEditor.OnDisable () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEditor.UI/UI/ImageEditor.cs:66)
    UnityEditor.AssetDatabase:DeleteAsset(String)
    ES2EditorStartup:Cleanup()
    ES2EditorStartup:.cctor()
    UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])


    cheers

    Daniel
     
  2. eaclou

    eaclou

    Joined:
    Mar 17, 2015
    Posts:
    53
    I recently upgraded to 5.3 and am getting this same error -- haven't narrowed down exactly what's causing it yet, I'll post if I figure it out.


    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.UI.ImageEditor.OnDisable () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEditor.UI/UI/ImageEditor.cs:66)
    UnityEditor.AssetDatabase:DeleteAsset(String)
    ES2EditorStartup:Cleanup()
    ES2EditorStartup:.cctor()
    UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
     
  3. djgriff

    djgriff

    Joined:
    May 29, 2014
    Posts:
    279
    yeah never found out what it was.. just continued on..

    cheers though
     
  4. cesar-gaspfer

    cesar-gaspfer

    Joined:
    Feb 18, 2015
    Posts:
    1
  5. djgriff

    djgriff

    Joined:
    May 29, 2014
    Posts:
    279
    thanks
     
    cesar-gaspfer likes this.