Recommended setup
Before you can start with the example scenes it is advised to perform fine tuning of the editor according to the suggested checklist:
Recommended setup
Before you can start with the example scenes it is advised to perform fine tuning of the editor according to the suggested checklist:
Enabling linear rendering in Unity is simple: It is implemented on a per-project basis and is exposed in the Player Settings which can be located at Edit -> Project Settings -> Player -> Other Settings
Read more:Ā Linear PipelineĀ in Unity Manual
HDR is enabled separately for each camera using a setting on the Camera component.Ā More convincing visual effects can be achieved if the rendering is adapted to let the ranges of pixel values more accurately reflect the light levels that would be present in a real scene.
Read more:Ā High Dynamic Range Rendering
Image effects are Standard Assets that provide a quick, simple way to change the look of your game.Ā These can be located atĀ Assets -> Import Package -> Effects
Read more:Ā Image Effects
Unity is currently developing a number of new Image Effects. The package can be downloaded from the Asset Store: http://u3d.as/mHd
Read more: Cinematic Image Effects