Sharpen

Solution Introduction

  • This solution implements a post-processing sharpening effect based on the URP framework.

  • Images after sharpening will be clearer, thereby achieving the goal of improving image quality.

Based on URP

  • Supports URP Volume system

  • Can sharpen the overall game screen (applied to UI cameras)

  • Can also sharpen only the game scene (applied to 3D cameras)

Usage Method

  • Add SharpenRendererFeature to the camera's Renderer

  • Configure SharpenRendererFeature and set up SharpenMaterial

  • Create a Volume in the scene and add SharpenVolume

  • Configuration is complete

Performance Recommendations

  • Suitable for use on mid-to-high-end devices in mobile platforms

  • Due to the relatively high consumption of post-processing effects, it is not recommended to enable the effect on low-end devices

Last updated