After i updated project from 2018.2.9 to 2018.3.b3
- Compiler errors in packages.
- Look for package manager to update/remove the packages
- No package manager anywhere
- Ok manually remove the offending package (post, srpcore, hdrp)
- Now im getting compiler errors because my project is refering to those packages.
As you can see its impossible to fix this project because your package manager is a package itself. When i was tinkering with code generation years ago i stumbled upon this issue when you generate something and its broken, throws compiler error, or breaks something, you are stuck as the code generator CANT work anymore as compillation is broken. This is the same exact issue, because the package manager is relying on compillation itself, if the project was broken for any reason it cant compile and thus you are stuck.
UPD:
I created new project, downloaded the updated packages there and copied them over to my project. Unity is incapable of recognizing them, even tho all the files are there ready to be compiled.
SOLUTION:
0. Delete packages from your project
- Create new project
- Download all the updated packages
- Copy their cache folders to your project
- Copy Packages/manifest to your project