All Projects → beinteractive → Lwrpambientocclusion

beinteractive / Lwrpambientocclusion

Post-Processing Stack v2 Ambient Occlusion works on Lightweight Render Pipeline

Projects that are alternatives of or similar to Lwrpambientocclusion

Fontainebleaudemo
Fontainebleau demo
Stars: ✭ 524 (+192.74%)
Mutual labels:  unity, unity3d, rendering
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-2.79%)
Mutual labels:  unity, unity3d, rendering
Ssrt
Real-time indirect diffuse illuminaton using screen-space information for Unity.
Stars: ✭ 176 (-1.68%)
Mutual labels:  unity, unity3d, rendering
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+502.79%)
Mutual labels:  unity, unity3d, rendering
Ugui Mvvm
Unity3D uGUI mvvm databinding via the standard IXChanged interfaces used in wpf (INotifyPropertyChanged, INotifyCollectionChanged, etc)
Stars: ✭ 169 (-5.59%)
Mutual labels:  unity, unity3d
Cloudonce
Unified Game Services API for Unity
Stars: ✭ 175 (-2.23%)
Mutual labels:  unity, unity3d
Shaders
A collection of shaders written in CG/ShaderLab for Unity.
Stars: ✭ 173 (-3.35%)
Mutual labels:  unity, unity3d
Unityexplorer
An in-game explorer and a suite of debugging tools for IL2CPP and Mono Unity games, to aid with modding development.
Stars: ✭ 172 (-3.91%)
Mutual labels:  unity, unity3d
Openvdbforunity
Unity plugins for OpenVDB
Stars: ✭ 166 (-7.26%)
Mutual labels:  unity, unity3d
Bloodfx
Procedural blood stain shader
Stars: ✭ 170 (-5.03%)
Mutual labels:  unity, unity3d
Kinovision
Frame visualization utility for Unity
Stars: ✭ 177 (-1.12%)
Mutual labels:  unity, unity3d
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-3.91%)
Mutual labels:  unity, unity3d
Vjui
Custom UI controls for VJing with Unity
Stars: ✭ 168 (-6.15%)
Mutual labels:  unity, unity3d
Unity Bullet Hell
An extremely efficient projectile generator for unity.
Stars: ✭ 168 (-6.15%)
Mutual labels:  unity, unity3d
Threedscans
Scanned statue models from the Three D Scans project, optimized for real-time rendering use.
Stars: ✭ 172 (-3.91%)
Mutual labels:  unity, unity3d
Unity Design Pattern
🍵 All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
Stars: ✭ 2,600 (+1352.51%)
Mutual labels:  unity, unity3d
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-5.03%)
Mutual labels:  unity, unity3d
Geovfx
Examples of geographical data visualization with Unity VFX Graph
Stars: ✭ 179 (+0%)
Mutual labels:  unity, unity3d
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+1199.44%)
Mutual labels:  unity, unity3d
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-8.94%)
Mutual labels:  unity, unity3d

Ambient Occlusion for Lightweight Render Pipeline

main_camera_2018_0320_161657

Background

As a Lightweight Render Pipeline design decision, Post-Processing Stack v2 Ambient Occlusion does not work in LWRP. (Because it uses compute shader)

So I made a custom post-processing stack v2 effect to force rendering AO.

How to use

Add Custom/LWRP Ambient Occlusion to your post-processing profile.

2018-03-20 16 38 02

And configure built-in AO.

2018-03-20 16 38 23

Limitation

  • It only works for MSVO.
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].