Search Unity

Displacement/Heat shadder that works in Defered rendering?

Discussion in 'Shaders' started by hoesterey, Apr 17, 2014.

  1. hoesterey

    hoesterey

    Joined:
    Mar 19, 2010
    Posts:
    659
    Hi, does anyone know of a displacement or heat shadder that works in deferred rendering, on the asset store or web?

    I bought one recently that does not causing this issue: https://www.youtube.com/watch?v=FOkxl_RTNVA
    and have not found one that does.


    Any ideas?
    -Matt
     
  2. Phantomx

    Phantomx

    Joined:
    Oct 30, 2012
    Posts:
    202
    This is a unity bug when using multiple cameras in deferred rendering with a shader that uses GrabPass{ }
    You can try to look at this thread I heard that the script fixes this issue in some cases but I think it's more for the post effects....
     
  3. hoesterey

    hoesterey

    Joined:
    Mar 19, 2010
    Posts:
    659
    Thanks Phantomx. Good to know.