Hi I have upgraded my project to URP but am suddenly getting all these red errors since fetching some assets in,I have deleted the assets but the errors remain can you help please as they are in unitys library scripts and I cannot run my game.I have a text file of all the errors if you need it please contact me to upload it to you somehow, But will post a the first 6 or so below so you can get an idea:-
Library\PackageCache\com.unity.render-pipelines.universal@14.0.10\Editor\Converter\PPv2\EffectConverters\LensDistortionConverter.cs(14,81): error CS0234: The type or namespace name 'LensDistortion' does not exist in the namespace 'UnityEngine.Rendering.PostProcessing' (are you missing an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@14.0.10\Editor\Converter\PPv2\EffectConverters\BloomConverter.cs(24,22): error CS1061: 'Bloom' does not contain a definition for 'clamp' and no accessible extension method 'clamp' accepting a first argument of type 'Bloom' could be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@14.0.10\Editor\Converter\PPv2\EffectConverters\LensDistortionConverter.cs(19,66): error CS0234: The type or namespace name 'LensDistortion' does not exist in the namespace 'UnityEngine.Rendering.PostProcessing' (are you missing an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@14.0.10\Editor\Converter\PPv2\PPv2Converter.cs(457,94): error CS1061: 'SubpixelMorphologicalAntialiasing' does not contain a definition for 'quality' and no accessible extension method 'quality' accepting a first argument of type 'SubpixelMorphologicalAntialiasing' could be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@14.0.10\Editor\Converter\PPv2\PPv2Converter.cs(518,106): error CS1061: 'SubpixelMorphologicalAntialiasing' does not contain a definition for 'quality' and no accessible extension method 'quality' accepting a first argument of type 'SubpixelMorphologicalAntialiasing' could be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.cinemachine@2.9.5\Runtime\PostProcessing\CinemachinePostProcessing.cs(5,29): error CS0234: The type or namespace name 'PostProcessing' does not exist in the namespace 'UnityEngine.Rendering' (are you missing an assembly reference?)