I’ve downloaded 2019.3.6.f1 (and same for all other versions) and when I try to import this Unity Asset (below) it asks to Upgrade the Package Manager before importing the assets. Once I do so, it creates this error: Library\PackageCache\com.unity.render-pipelines.core@7.2.1\Editor\ShaderGenerator\CSharpToHLSL.cs(277,36): error CS0115: ‘CSharpToHLSL.NamespaceVisitor.VisitTypeDeclaration(TypeDeclaration, object)’: no suitable method found to override
This has been the closest thing I’ve found for a solution, but it seems to be outdated (2014): problem Namespace 'ICSharpCode.SharpZipLib.Core' not found, maybe you forget to add an assembly reference? (BCE0021)? - Questions & Answers - Unity Discussions
I have tried:
-
uninstalling the unity hub, and the unity versions, reinstalling and then trying again with no avail.
-
reset packages to defaults
-
installing the unity version outside of unity hub (direct download)
-
reimporting all assets
-
closing the project, deleting library, and letting the library recompile
*The real mystery is my co-worker was able to do all this just fine on his computer, while my computer continues to throw this error
Has anyone run into this, or have a solution?