Setup

beginner concepts

Beautify 3 (HDRP) · Core Concepts

This guide walks you through installing and configuring Beautify 3 for Unity's High Definition Render Pipeline.

Prerequisites

RequirementDetails
Unity2022.3 or later
Render PipelineHDRP with an HDRP Asset assigned in Project Settings
HDRP PackageInstalled via Package Manager

Installation

  1. Import the package — open the Package Manager (Window > Package Manager), find Beautify 3 HDRP under My Assets, and click Import.
  2. Let Unity compile — wait for the import and compilation to finish.

Registering the Custom Pass

HDRP requires custom post-processing effects to be registered in the pipeline asset:

  1. Select your HDRP Asset (found in Edit > Project Settings > Graphics).
  2. In the Inspector, find the After Post-Processing section under custom passes.
  3. Click + and add Beautify to the list.
Important: If you skip this step, Beautify will not render any effects even if configured correctly in a Volume.

Adding Beautify to a Volume

  1. Select or create a Global Volume in your scene (GameObject > Volume > Global Volume).
  2. In the Volume component, click Add Override.
  3. Search for Beautify under Post-processing and add it.
  4. Enable the effect toggles you want (Sharpen, DoF, etc.) and adjust values.
Tip: You can use Local Volumes with colliders to apply different Beautify settings in different areas of your scene (e.g., indoor vs. outdoor).

Quality Mode Selection

Beautify offers three shader variants:

ModeDescriptionBest For
BasicMinimal effects, lowest overheadPerformance-critical scenarios
Best PerformanceCore effects with optimized shadersBalanced quality/performance
High-QualityAll effects at full qualityPC and high-end hardware

Next Steps

Was this page helpful?