All Projects → sebastianhein → Urp_kawase_blur

sebastianhein / Urp_kawase_blur

URP renderfeature test project

Labels

Projects that are alternatives of or similar to Urp kawase blur

Uieffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
Stars: ✭ 3,449 (+2399.28%)
Mutual labels:  unity, blur
Super Blur
Screen and UI gaussian blur for Unity
Stars: ✭ 543 (+293.48%)
Mutual labels:  unity, blur
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+681.88%)
Mutual labels:  unity, blur
Steamworks.net Example
Example project for Steamworks.NET
Stars: ✭ 130 (-5.8%)
Mutual labels:  unity
Customsrp
Many mini-custom-SRPs showing how to achieve different things when creating your own SRP. Only SRP Core package is needed.
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Unity Webxr Export
Develop and export WebXR experiences using Unity WebGL
Stars: ✭ 130 (-5.8%)
Mutual labels:  unity
Play Instant Unity Plugin
Google Play Instant Plugin for Unity Beta (Archived)
Stars: ✭ 139 (+0.72%)
Mutual labels:  unity
Unity Raymarching Framework
A framework to easy implement raymarching in unity. Include lots of hash,noise,fbm,SDF,rotate functions
Stars: ✭ 129 (-6.52%)
Mutual labels:  unity
Beatsabercustomavatars
Allows the use of custom player models for body presence in Beat Saber.
Stars: ✭ 137 (-0.72%)
Mutual labels:  unity
Steamworks.net
Steamworks wrapper for Unity / C#
Stars: ✭ 1,855 (+1244.2%)
Mutual labels:  unity
Textureupdateexample
An example showing how to update textures from a native plugin in Unity.
Stars: ✭ 133 (-3.62%)
Mutual labels:  unity
Parlour
A package of UI extensions, components and improvements for Unity's UI frameworks.
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Dxr
DXR is a Unity package for rapid prototyping of immersive data visualizations in augmented, mixed, and virtual reality (AR, MR, VR) or XR for short.
Stars: ✭ 134 (-2.9%)
Mutual labels:  unity
Akyuiunity
Adobe XD to Akyui to Unity UI
Stars: ✭ 131 (-5.07%)
Mutual labels:  unity
Unitylauncher
Unity Version Launcher
Stars: ✭ 137 (-0.72%)
Mutual labels:  unity
Ruffles
Lightweight and fully managed reliable UDP library.
Stars: ✭ 131 (-5.07%)
Mutual labels:  unity
Eazy Sound Manager
Eazy Sound Manager is a simple Unity3D tool which aims to make sound and music management in games easier
Stars: ✭ 135 (-2.17%)
Mutual labels:  unity
Retrosuite3d
Some image effects and shaders to achieve a retro look in Unity
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Unium
Automation for Unity games
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Pencilsketcheffect
Real Time Hatching In Unity
Stars: ✭ 134 (-2.9%)
Mutual labels:  unity

Universal Render Pipeline Kawase Blur Renderer Extension

This is a experimental RenderFeature implementation aiming to show multiple things:

  • PostProcessing "like" effect in URP using ScriptableRenderFeatures
  • how to render multiple passes using CommandBuffers in RenderFeatures
  • how to do a simple yet effective blur, based on the Kawase blur as described in this article.

Features:

  • flexible downscaling
  • variable number of blur passes
  • store result in a temporary texture of blit to the current framebuffer
  • simple milky-glass demo

This is how it looks. This is how it looks if the image appears.

Developed with Unity 2019.3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].