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

VFX Graph - Flipbook interpolation with a motion vector map: how?

Discussion in 'Graphics Experimental Previews' started by ReadyPlayGames, Sep 30, 2019.

  1. ReadyPlayGames

    ReadyPlayGames

    Joined:
    Jan 24, 2015
    Posts:
    49
    In the 2019.2 release notes it says that VFX Graph got this functionality, but how is that achieved? Does anyone have an example?
     
  2. JulienF_Unity

    JulienF_Unity

    Unity Technologies

    Joined:
    Dec 17, 2015
    Posts:
    326
    We dont have the option to generate motion vector map from within Unity yet. We only have the option to sample an already generated motion vector map for the interpolation. You should use an external software to generate the motion vectors (Houdini can do it for instance).

    The fire at the end of the spaceship demo is using motion vector maps as an example.