Ambient HDRI Sky Lighting missing on Entities with HDRP + Hybrid Renderer v2

Hi everyone, as stated in the title, the ambient lighting from the hdri sky is missing when using entities + hdrp + hybrid renderer v2 while in play mode. I first noticed this in my personal project and made a simple test scene to demonstrate.

In the picture below you can see the play mode comparison between entities (using game object conversion workflow) on the left, and normal game objects on the right. Although the issue also exists with entities generated at runtime.

Im using a realtime directional light, and have a volume that is using both a visual environment override, as well as an hdri sky override.

Im not sure if this is actually a bug, not actually supported, or maybe just user error on my part since the documentation for hybrid renderer v2 states that hdrp supports ambient probes.

https://docs.unity3d.com/Packages/com.unity.rendering.hybrid@0.10/manual/index.html

I am using unity 2020.1.1f1 HDRP version 10.2.2 and Hybrid Renderer v2 version 0.10.0-preview.21

If anyone has some insight I would greatly appreciate it >.<

It’s not a bug, it’s just not supported yet.
https://docs.unity3d.com/Packages/com.unity.rendering.hybrid@0.10/manual/index.html#compatibility-and-feature-support

It was planned for “2020”, but well that’s over now ofc.
Almost everything in the DOTS world got heavily delayed, so I have no clue when that support will actually land.

I do see that it says “planned for 2020” for Ambient Probes under the URP features, but I am using HDRP and for HDRP the docs say “yes” for Ambient Probes which to me implies that its already supported. That being said you seem to be right so idk :roll_eyes:

Delays are totally understandable, but hopefully they are able to get back on track soon! In the mean time, it might be beneficial for users if Unity updates the supported features section in the hybrid renderer documentation if Ambient Probes aren’t actually supported for HDRP at the moment.

Also using hdrp, same situation

Same here using Unity 2020.2.1f1 with Hybrid Renderer v2

    "com.unity.render-pipelines.high-definition": "10.2.2",
    "com.unity.entities": "0.16.0-preview.21",
    "com.unity.rendering.hybrid": "0.10.0-preview.21",

This seems like bug to me. Entities are not affected by diffuse irradiance at all, I tried Physically based sky and HDRI Sky and turning off light layers and nothing helps. This definitely worked in Unity 2019 + DOTS + Hybrid renderer v1.

I don’t think HDRI Sky is related to ambient probes but event if it is, it should be supported in HDRP already.

6739549--776506--upload_2021-1-19_11-36-8.png

I also attach the scene in case anyone wants to take a look. I will probably report bug as well.

6739549–776515–DotsShadingProblem.zip (237 KB)

2 Likes

Did you get round to posting that bug report? an ID number would be helpful :slight_smile:

It finally works with the latest hybrid renderer update.

1 Like

What version of unity are you using? “com.unity.rendering.hybrid”: “0.11.0-preview.42”, still don’t have ambient light in Unity 2020.2.2f1

1 Like

Got it working, somehow ENABLE_HYBRID_RENDERER_V2 was missing, strange.

1 Like

Just like the others are saying, I can confirm this was fixed for Version 0.11.0-preview.42! Thanks for the fix, and good luck with your projects everyone! c: