Video Playback with LWRP

Can anyone tell me if the native video player in Unity works with the LWRP?
Are there any demos or tutorials on using video assets with the LWRP?

I know this is from a while back, so I’m hoping you have found a solution. But I just wanted to put my workaround that I have found to get the video player working under LWRP.

Setup the video player component like normal, then change the shader on the material to Lightweight Render Pipeline/2D/Sprite-Lit-Default

This is the only shader that works with the video player. I am using 2019.2.13.

2 Likes