Post-processing Puzzles

These puzzles are used to setup various post-processing effects.

Post-processing visual programming blocks

For usage example, check out the Postprocessing demo (source files available in the Asset Store).

Post-processing puzzles does not yet supported inside AR/VR sessions.

Contents

Live Preview

The post-processing puzzles support the live preview feature. With live preview enabled, you can tweak the post-processing effects and get the result in the Puzzles viewport without the need to run or save/reload your puzzles.

Live preview feature is enabled by default and supported when there are no inputs connected to your puzzle:

Post-processing live preview in visual programming editor

Puzzles Reference

afterimage

Enable or change parameters of the afterimage (motion blur) effect.

Visual programming block to setup afterimage effect

Parameters:

bloom

Enable or change parameters of the bloom effect.

Visual programming block to setup bloom effect

Parameters:

brightness/contrast

Allows for tweaking brightness and contrast of the rendering.

Visual programming block to modify brightness or contrast

Parameters:

depth of field

Enable or change parameters of the depth of field (DOF) effect.

Visual programming block to setup DOF effect

Parameters:

grayscale

Enables the grayscale effect.

Visual logic block to render 3D in grayscale

simple refraction

Enables a simple refraction effect for a specified material.

Visual logic block to render simple refraction

Parameters:

For usage example, check out the Ring demo (source files available in the Asset Store).

screen space reflection/refraction

Enables screen space reflection/refraction (SSR) effect.

Visual programming block to setup SSR effect

Parameters:

SSR example script

Setting up the params for this puzzle's refraction mode can be tricky. When configuring it, make sure:

  1. the steps and max distance params are high enough
  2. the stride param is quite low (preferably set to 1)
  3. materials you configure the refraction effect for are transmissive
  4. these materials have a quite low IOR ratio (<1.5)

For usage example, check out the Jewelry Configurator demo (source files available in the Asset Store).

remove post-effects

Removes post-processing effects. The puzzles mode removes all effects except outline and ambient occlusion, which is assigned in the modelling suite.

Visual programming block to remove post-processing

Having Troubles with Puzzles?

Seek help on the forums!