Missing accumulation feature in recorder pre3

Hi! How can I enable the accumulation features in the Unity recorder?
I am using the HDRP in Unity 2022.1.0f1. I had these options in 2022.1.16b

Hey @flippedBrain ! What version of the Recorder package and HDRP are you using?

Hey there and thanks for the quick answer!

I am using version 2022.1.f1 upgrading from beta 1.16b. I tried to reinstall the recorder package but with no luck. The accumulation options are still missing.

8123765--1053131--upload_2022-5-13_0-6-1.png

8123765--1053134--upload_2022-5-13_0-6-51.png

Could it possibly related to a missing scriptable render pipeline asset? During the update process, it somehow lost the reference in the Graphics/Project (and Quality) settings tab. After linking it again and restarting unity, the recorder had the desired options back. This might have been the issue.

1 Like

That is exactly it I think. You need a valid render pipeline asset:
RenderPipelineManager.currentPipeline as HDRenderPipeline needs to return not null.