LIGHTING SUPPOSRT
By default, the character shaders behave like an unlit sprite shader, and can be used in any render pipeline.
But if you need lighting on the character, you need to install additional shaders to make them support lighting.
Currently lighting on character only supports Universal Render Pipeline
.
Universal Render Pipeline 2D Lighting
Import files from Patch - URP 2D Lit
. It will replace current character shaders with URP 2D Lighting supported version.
Make sure your 2D lighting is properly set up so the character can be displayed correctly.
Universal Render Pipeline 3D Lighting
Import files from Patch - URP Lit
. It will replace current character shaders with URP 3D Lit supported version.
Last updated