Search Unity

I have infinity bugs on my console! Can someone help me?

Discussion in 'General Discussion' started by Pixelman0195, Jan 10, 2021.

  1. Pixelman0195

    Pixelman0195

    Joined:
    Jan 10, 2021
    Posts:
    6
    Every time when I open my projects and open console I see bugs that say:
    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.PackageManager.UI.UpmBaseOperation`1[T].Progress () (at <29d6dc4673cb4a1295155acabe6a2fc7>:0)
    UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <1e441e8684a14fe4b8f8a926d91afc3a>:0)

    Every time there are infinity bugs like this. Do someone have or had a problem like me? Could you guys help me, please?
     
  2. Deleted User

    Deleted User

    Guest

    I used google for 30 seconds: Result -> I've just found the solution which is working perfectly for me, here it is:
    Create a new project, copy the manifest.json file from "Package" folder and replace the Manifest.json file of your project(in which you're facing errors).
    https://forum.unity.com/threads/package-manager-throwing-numerous-errors.608191/

    -Patrick