Search Unity

Question OK to bake scene on every frame for Unity-Recorder render at 0.01 FPS?

Discussion in 'Global Illumination' started by cyanspark, Jan 16, 2023.

  1. cyanspark

    cyanspark

    Joined:
    Mar 12, 2022
    Posts:
    57
    Can I set Ambient Occlusion to bake every frame for use with moving objects unity recorder? Can I bake a scene at very high quality for moving objects in unity recorder?

    I need to video an animation of a robot In a garden where some objects are spawning and growing.
     
    Last edited: Jan 17, 2023
  2. rooose

    rooose

    Unity Technologies

    Joined:
    Jun 8, 2022
    Posts:
    30
    Hi cyanspark,

    You can bake Ambient Occlusion, this page explains how to do it: https://docs.unity3d.com/Manual/LightingBakedAmbientOcclusion.html

    The recorder is independent from these functions, but one thing that might help is the AOV Recorder, that is able to record your Game View (Beauty) as well as Ambient Occlusion and other layers. It outputs an image sequence (PNG or EXR) that you can then use to do some post-processing.

    Hope this helps, let me know if you have other questions!
     
    cyanspark likes this.