Whenever I boot up a existing or new Unity Project, It says something went wrong with compilation, and when I enter it the error box is empty


This is what it looks like.
I tried everything I could think of, updating both the editor and hub, reinstalling, looking it up and nothing worked. If anyone has any suggestions that would be very helpful!

Hi,
The materials are pink because Unity has changed how their shaders work in the time since that asset was released. Unity shaders seem to change constantly, so this is pretty common. To get the asset to work now, you need to update its materials.

If you are lucky, look for edit → render pipeline → upgrade all materials to…

If you are unlucky, you have to create new materials and can then usually drag and drop the appropriate textures into the shader’s slots. You could also try shader graph if something isnt’ working, eg, swaying in the wind.

(also, some asset creators will update their packages - watch for that also) Another is that you should always be updated to the latest LTS unity editor versions unless you are doing something that only works on a older versions!

Tell me if this solves it, may not but worth a try! :slight_smile: