Hi everybody
In course (2D Top Down Pixel Combat) After applying the shaders of the “Bloom” section unity reports the following error.
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ShaderGraph.Drawing.MaterialGraphEditWindow.OnDisable () (at ./Library/PackageCache/com.unity.shadergraph@14.0.4/Editor/Drawing/MaterialGraphEditWindow.cs:417)
I tried to ignore it and continue with “Finishing Touches”, but after applying the particle effects on the stage it became impossible to run the game, as multiple errors were being reported.
Is there some kind of solution?
Thanks for your time