Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Video Playback with LWRP

Discussion in 'Graphics Experimental Previews' started by eco_bach, Mar 12, 2019.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    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?
     
  2. Zweil

    Zweil

    Joined:
    Dec 10, 2015
    Posts:
    1
    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.
     
    Lee200 and Immu like this.