Switching from HDRP to URP - after clean reinstall Shapes seems stuck in SHAPES_HDRP

Avatar
  • updated

I am unfortunately switching from HDRP to URP.

I've tried doing a clean reinstall of Shapes (deleting the Library folder after removing the package and then re-importing it). Despite the "clean" reinstall Shapes seems stuck thinking that the render pipeline is HDRP and not URP. 

URP is definitely in the project and the Graphics Settings are set to URP. Because of the errors caused by HDRP being missing from the project, Unity cannot compile and therefore, it seems, Shapes cannot detect that the render pipeline is URP.

Any idea how to fix this beyond starting a new project? 

Thanks!
Daniel  

Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Shapes 4.3.1
Reporting a bug? please specify Render Pipeline:
URP
Avatar
Freya Holmér creator

this is likely because there's a SHAPES_HDRP scripting define symbol left in your projects, be sure to remove it if it's there!

Avatar
daniel bird
Quote from Freya Holmér

this is likely because there's a SHAPES_HDRP scripting define symbol left in your projects, be sure to remove it if it's there!

Thank you Freya! 

You were of course right and that fixed it. 

Avatar
Freya Holmér creator

which reminds me I should put that in the clean reinstall guide!