Search Unity

Looking for a solution similar to UE4 High resolution screenshot

Discussion in 'General Graphics' started by andrzej_, Feb 1, 2019.

  1. andrzej_

    andrzej_

    Joined:
    Dec 2, 2016
    Posts:
    81
    Hello
    I'm looking for a solution similar to the High resolution screenshot available in UE4. I'd like to get both super-res screenshots (upto 8k) as well as extra render passes from the Gbuffer (depth map etc.). ideally being able to render an animation sequence
    Don't mind paying for a plugin, as long as it works.
     
  2. mingwai

    mingwai

    Small Graphics Potato Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    52
    Unity Recorder is free and it's able to capture 8K image sequence. You can grab it from asset store.
    https://assetstore.unity.com/packages/essentials/unity-recorder-94079

    For GBuffer / Depth passes, you might need to write a little script to copy the content to a RenderTexture using CommandBuffer and then blit the content back to Camera after rendering.
     
    Mauri likes this.
  3. andrzej_

    andrzej_

    Joined:
    Dec 2, 2016
    Posts:
    81
    Thanks, the recorded works as advertised :)
    As for multipass rendering, isn't there something that Unity already is using internally? I'm guessing all the movie/animation work or even the SimViz project already need that kind of functionality. This would be super useful for anyone doing animation, architectural visualisations, or product design.