I am fairly new to Unity and the forums, so correct me if I am posting this in the wrong spot or doing anything wrong here, but I went to install ProBuilder to help me create levels for my game. After hitting install and letting it install, my entire scene was turned pink and my console was spammed with HUNDREDS of THOUSANDS of error messages. The message is as follows: Invalid pass number (3) for Graphics.Blit (Material “(Unknown material)” with 1 passes) UnityEngine.GUIUtility: ProcessEvent(Int32, IntPtr, Boolean&)
I had no compiler errors before installing ProBuilder. I have some post processing effects that may have somehow interfered with this somehow, though I don’t know how that would work. I am using a URP and the errors continued after I uninstalled ProBuilder.
Edit: All components have the message: The module which implements this component type has been force excluded in player settings. This object will be removed in play mode and from any builds you make. All scripts have the message: The associated script can not be loaded. Please fix any compile errors and assign a valid script. I am on Unity version 2020.1.0f1. I made no changes to any of my code to possible create this mess, and the only thing I did besides install probuilder is turn on Enable Preview Packages to be able to install ProBuilder. It isn’t the end of the world if I have to redo the project as I have only put a few hours in and I could easily recreate most of the stuff I have implemented, however I would rather not have to start over.