Awesome
DynamicShadowProjectorExtensionForLWRP
This extension enables Dynamic Shadow Projector to work under LWRP.
Required assets
Branches
Branch name | Description |
---|---|
master | A branch for Lightweight Render Pipeline (Unity 2019.2 or below). |
master-universalrp | A 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