360 video recorder in HDRP

Hey everyone,

So I’m trying to export 360 video with Unity recorder from a HDRP scene I made.

When I export, I have issues. It seems that the output video is not equirectangular in both situation (stereoscopic too).
Settings are below in attached file.
And export output too.

I’m wondering if 360 video record is possible with HDRP settings and physical camera.

Anyone else had this issue ?

Unity version : 2020.3.5f1
Unity recorder version : 2.5.5

Thank you
Topaz12



1 Like

Y-hello there,

rendering 360 can be frustrating.

I’ve used this free asset, worked best for me than the Unity Recorder.

It does render equirectangular images.

Those are the steps I’ve made to render a 360 video.

  1. Render each frame as PNG with size 7680x3840(2:1 ratio) 60fps(this much to maintain quality on recompression, it can take quite a while, it was 8hrs of rendering for me for a 7min video);
  2. Stitch the images to create a video with “ffmpeg” (you can find a lot of resources online to help with this step);
  3. Inject 360 metadata with “Spatial Media Metadata Injector” ;
  4. Upload on yutube, or watch with VLC, is done!
1 Like

I’ve also been having this issue in HDRP, I will keep you updated if I find a fix…

same here . Doing a VR project using hdrp and 2021.2.8. I found a post that recommended to setup a camera with Volume attached and Blur set to 0. This fixed issues w/ blurring video output, but the recorder still generates what looks like is maybe the ods cube format, or the conversion from that to equirectangular is not working. Seems like this would be a good workflow to get working

2 Likes

anyone managed to find a good workflow for this?

1 Like

Same problem here.
I use Unity 2021.1.16f in HDRP and use the Unity recorder asset.
But am unable to create a 360 video. its blurry and incorrect.
It probably has to do with the camera settings…:frowning:
Please does anyone has a solution?

2 Likes

Hello Guys… You need to Uncheck the Motion Blur under Post Process from Edit–> Project Settings–> HDRP Default settings… Hope it solves the problem…:slight_smile:

3 Likes

thank you @myjustmagic !

I am still getting the same problem with 2022.3.6, 2022.3.8 and 2023.1.1

you saved my life, but i have 1 more problem, please tell me the problem i’m having, i’m using Unity 2023.2.0f1 and recoder.

Bloom will not work with 360 images obviously. Any post processing effects that rely on screenspace elements will look wonky because each cubemap face do not see the same thing.