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.
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.