Can't use Unity 6 error everytime i try to use

Everytime I start a new game, or migrate an old game, I get 20 universal pipeline errors, and after i hit clear, there is still one left where it looking for a file in the editor folder for the universal pipeline. Not sure how to fix this. But as far as i can tell the only way i can use Unity 6 is if i uninstall the universal pipline package… anyone have any fixes for this… or what install…

I tried reinstalling, I tried deleting the libarary on the game… nothing works… same errors everytime Library\PackageCache\com.unity.render-pipelines.universal\Editor\AssetPostProcessors\MaterialPostprocessor.cs(121,31): error CS0246: The type or namespace name ‘UniversalRenderPipelineGlobalSettingsPostprocessor’ could not be found (are you missing a using directive or an assembly reference?)
this is the main one i can’t get rid of

Hi :slight_smile:

That sounds very strange. Sorry you are seeing that error.

Can you confirm that the file

<ProjectFolder>/Library/PackageCache/com.unity.render-pipelines.universal/Editor/AssetPostProcessors/UniversalRenderPipelineGlobalSettingsPostprocessor.cs

exists?

Could it be related to long path issues? Maximum Path Length Limitation - Win32 apps | Microsoft Learn

Could you try to install the editor on a shorter path (e.g. C:\Unity\Unity6) and also create the project on a shorter path? Normally we support the long path option in the editor, but maybe the file got never installed in the first place in your editor installation.

Best,
Oliver