RenderGraphModule doesn't exist in UnityEngine.Rendering

Avatar
  • updated
  • Fixed
Reporting a bug? please specify Unity version:
6000.0.23f1
Reporting a bug? please specify Shapes version:
4.4.0
Reporting a bug? please specify Render Pipeline:
Built-in render pipeline
Avatar

Excellent thank you!

Avatar
Freya Holmér creator
  • Fixed

fixed in 4.5.0

Avatar

Temporary workaround:

File: Shapes/Scripts/Runtime/Immediate Mode/ShapesRenderPass.cs

line 3 change

#if UNITY_6000_0_OR_NEWER

to

#if SHAPES_URP


Obviously not a long-term fix but it gets my project to compile in the meantime.

Avatar

Hi, sorry didn't see that field when posting. I've updated the report now.

Avatar
Freya Holmér creator

which unity version is this?