HDRP Volumetric light/fog + orhographic camera

My problem is that HDRP volumetric lights completely don’t work with orthographic camera. Seems that isometric camera is simply not supported by HDRP volumetrics.

Does anybody have a workaround? Or any information if that’s going to be fixed?

Here’s how the scene looks with ortho camera

Here’s the same scene with a perspective camera:

PS: Created an issue https://fogbugz.unity3d.com/default.asp?1250289_r8jhljijtae127sb

Got the official response from Unity:

Unfortunately as of today HDRP doesn't support orthographic lit rendering, thus the issue is marked as Postponed.

If you ever get any update on this, I’d be very interested.

Interesting.
You could kind of approximate orthographic projection by moving camera very far and setting very narrow fov.

I think I remember trying that and getting the same result. I’ll check again as soon as I’m in front of my workstation.

That adds complications with shadow cascades and render distances though.

Won’t work for me. I’m working with pixel-perfect pixel art and I need the exact orthographic camera.

2 years later, the bug remains postponed…

It’s been in the docs since 2019

“HDRP does not support this projection mode”

1 Like

??? so?

The bug/issue was marked as postponed, not as “will never do”.
That meant it would be addressed in the future, well that future is now and it wasn’t implemented/fixed and they didn’t even put a warning in the fog component to warn you that it is incompatible with your current settings. No, u have to dig through 2 yo forum posts to find out…

Using ‘postponed’ could simply mean indefinite unfortunately, so though they’ve not exclusively said “will never do” it’s still a possibility given that it’s been in the docs since the beginning for it, but also this could be a very low priority for the pipeline itself given the use case and complexity of both camera and lighting structure in HDRP.

The docs reflect the case in all the RP Versions if you need to read it
Doc
Though it’s not always that intuitive to navigate ( or always up to date)
it may have been easier for you to find there rather than on the forums.

I do agree though that warnings for orth mode would be a good idea, might be worth the feedback to reduce users putting time in it only later to find out.

1 Like