Hi,
I’m getting the follow error when opening a project that I haven’t opened for a few months.
Could not create a custom UI for the shader ‘Universal Render Pipeline/Lit’. The shader has the following: ‘CustomEditor = UnityEditor.Rendering.Universal.ShaderGUI.LitShader’. Does the custom editor specified include its namespace? And does the class either derive from ShaderGUI or MaterialEditor?
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
This is a project based mainly on Synty models. It was working, been away on work for a few months on work, updated Unity and I now get pink and that shader error.
Unity 2021.3.9f1
Any ideas what’s happening?