Home

Awesome

DynamicShadowProjectorExtensionForLWRP

This extension enables Dynamic Shadow Projector to work under LWRP.

Required assets

  1. Dynamic Shadow Projector
  2. ProjectorForLWRP

Branches

Branch nameDescription
masterA branch for Lightweight Render Pipeline (Unity 2019.2 or below).
master-universalrpA branch for Universal Render Pipeline (Unity 2019.3 or higher).

Install

Clone (or submodule add) this repository into the Assets folder in your Unity Project.

Clone:

cd Pass-to-Your-Unity-Project/Assets
git clone -b master https://github.com/nyahoon-games/DynamicShadowProjectorExtensionForLWRP.git

Submodule Add:

cd Pass-to-Your-Unity-Project
git submodule add -b master https://github.com/nyahoon-games/DynamicShadowProjectorExtensionForLWRP.git Assets/DynamicShadowProjectorExtensionForLWRP