When I import and then install UFPS: Ultimate FPS in a clean Unity 6000.0.23f1 LTS project with the default 3D pipeline, and then open the demo project and hit play, I am getting graphical issues in the Game view and I get many console errors, which all look roughly like these:
The graphical issues look like the attached screenshot, which was taken mid-punch. As you can see, the character's first person models appear solid hot pink, and the rest of the scene appears solid blue.
Code:
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture_ST (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture_TexelSize (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture_HDR (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture (type 4 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture_ST (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture_TexelSize (type 2 count 1)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
The graphical issues look like the attached screenshot, which was taken mid-punch. As you can see, the character's first person models appear solid hot pink, and the rest of the scene appears solid blue.