So I am working on a collaborative project. I make a pull and then I get these error messages along with a bunch of messages telling me that a meta file exist but the asset doesn't. Funnily enough if I create a new project I now get the same error messages. I am using 2019.3.9f1 with HDRP. Does anyone know what might be the issue. I've tried deleting the project and recloning the repo, reinstalling Unity and Visual Studios and deleting the manifest.json file.
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(2,19): error CS0234: The type or namespace name 'NRefactory' does not exist in the namespace 'ICSharpCode' (are you missing an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(3,19): error CS0234: The type or namespace name 'NRefactory' does not exist in the namespace 'ICSharpCode' (are you missing an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(4,19): error CS0234: The type or namespace name 'NRefactory' does not exist in the namespace 'ICSharpCode' (are you missing an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(265,34): error CS0246: The type or namespace name 'AbstractAstVisitor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(267,74): error CS0234: The type or namespace name 'NRefactory' does not exist in the namespace 'ICSharpCode' (are you missing an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(277,57): error CS0246: The type or namespace name 'TypeDeclaration' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(267,36): error CS0115: 'CSharpToHLSL.NamespaceVisitor.VisitNamespaceDeclaration(NRefactory.Ast.NamespaceDeclaration, object)': no suitable method found to override
Library\PackageCache\com.unity.render-pipelines.core@7.3.1\Editor\ShaderGenerator\CSharpToHLSL.cs(277,36): error CS0115: 'CSharpToHLSL.NamespaceVisitor.VisitTypeDeclaration(TypeDeclaration, object)': no suitable method found to override
↧