Hybrid Renderer package throws error in 2019.2

I get these errors when importing the latest (0.1.0) Hybrid Renderer package from the package manager:

Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightComponent.cs(6,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightConversion.cs(4,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(11,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightComponent.cs(54,16): error CS0246: The type or namespace name 'LightTypeExtent' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightComponent.cs(70,16): error CS0246: The type or namespace name 'SpotLightShape' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(320,47): error CS0246: The type or namespace name 'HDAdditionalLightData' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(344,49): error CS0246: The type or namespace name 'AdditionalShadowData' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(26,16): error CS0246: The type or namespace name 'HDAdditionalLightData' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(27,16): error CS0246: The type or namespace name 'AdditionalShadowData' could not be found (are you missing a using directive or an assembly reference?)

When can we expect it to work?

1 Like

Can’t run samples now…
2019.3 b7

Yep, two months now so I’ll submit an issue.

You may also follow this thread: Hybrid Rendering package incompatible with HDRP 7.1.2

1 Like

I keep seeing this… :frowning:

Update to the latest packages? Entities 0.2 + Unity 2019.3 fixed this issue. What versions are you using?

1 Like