Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Motion blur not working with LWRP

Discussion in 'Image Effects' started by georgeq, Jul 30, 2018.

  1. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    662
    I have a post-processing profile I'm using with the standard render pipeline, which includes motion blur. I'm moving my project to the Lightweight render pipeline, most effects work fine, but motion blur seems not work at all. There are no warning messages telling me a reason why this effect doesn't work like other effects do, so I'm not sure if it is supposed to work on LWRP or not.
     
  2. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    Motion blur is not supported by LWRP at the moment.
     
  3. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    662
    Thanks, is good to know, however it would be nice if there was a little warning message, to let you know directly inside the editor. Other effects do that.
     
  4. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    662
    The LWRP includes the source code, so I was thinking maybe there's something I can do to support it, I just don't know where to start, is there any documentation that can point me on the right direction?
     
  5. Paradoks

    Paradoks

    Joined:
    Oct 13, 2009
    Posts:
    436
  6. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    @Paradoks simple blur (and many other post effects) should work.
     
  7. TreyH

    TreyH

    Joined:
    Feb 6, 2014
    Posts:
    15
    Are there any more recent plans to support motion blur with LWRP?
     
  8. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
  9. nasos_333

    nasos_333

    Joined:
    Feb 13, 2013
    Posts:
    13,288
    Will the post processing effects work in Unity 2019 also or is 2018 only ?

    I read something that 2019 does not support the v2.0 stack

    Thanks
     
  10. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    v2 will still work with builtin pipelines

    v2 does not work with HDRP since 2019.1 (v3 is there)
    v2 will not work with LWRP from 2019.3
     
  11. nasos_333

    nasos_333

    Joined:
    Feb 13, 2013
    Posts:
    13,288
    Thanks a lot for the details.

    Is there a guide to how to implement these effects in the 2019.3 in HDRP, LWRP pipelines ?
     
  12. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    I'm not sure I understand the question.
    Both have a separate post-processing stack implementation. They come with a set of predefined post-effects already. The stack for LW is in active development at the moment, so it's not there yet, but is planned to be available with 2019.3.
     
  13. nasos_333

    nasos_333

    Joined:
    Feb 13, 2013
    Posts:
    13,288
    I mean how to make a custom image effect in LW, to cover for the lack of the stack. E.g. would like to convert light shafts effect to LW, i have already ported to stack v2.0 but this wont work in 2019 i guess.
     
  14. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    Well, for this you'll need to wait till the stack is out, at the very least :)
     
  15. nasos_333

    nasos_333

    Joined:
    Feb 13, 2013
    Posts:
    13,288
    I see, thanks :)
     
  16. Bartek_Gudowski_Friend_Factory

    Bartek_Gudowski_Friend_Factory

    Joined:
    Feb 18, 2019
    Posts:
    54
    Hi @aleksandrk

    Any time frame when Motion Blur will be ready for some preview testing with LWRP? Many thanks! BR Bartek
     
  17. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983