Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

Question Trippy moving Vincent Van Gogh painting effect - How to achieve

Discussion in 'Shader Graph' started by ArianB, Oct 25, 2020.

  1. ArianB

    ArianB

    Joined:
    Mar 12, 2018
    Posts:
    8
    Hey,

    I'm working on a game for which i'm interested in using a lot of trippy effects. The one that interests me most is something like Vincent van goghs night sky gif. Another reference is the moving nature in this video:


    van gogh.gif

    I'm not very experienced in shaders, but I would like to know how achievable something like this is. And also if there are any other shaders or effects in line with what i'm looking for that i should research.

    Much appreciated!
     
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    Hi,
    This kind of effect probably requires you to use compute shaders or some other setup which allows you to use previous frame/buffers you have rendered. So I think your question might be better suited to image effects or shaders section of this forum.
     
  3. khalvr

    khalvr

    Joined:
    Sep 12, 2017
    Posts:
    53
    lilacsky824 likes this.