• Stars
    star
    266
  • Rank 148,832 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Motion Blur for Unity's Universal Render Pipeline.

kMotion

Motion Blur for Unity’s Universal Render Pipeline.

alt text An example of Motion Blur using kMotion with the Boat Attack demo.

kMotion provides full object motion blur for Unity's Universal Render Pipeline. It does this by generating a full camera and object motion vector texture, which can then be used for various temporal effects. Motion blur can then be enabled with the provided Motion Blur Volume Component for Scriptable Render Pipeline's Volume system, supported by default in Universal Render Pipeline.

Refer to the Wiki for more information.

Instructions

  • Open your project manifest file (MyProject/Packages/manifest.json).
  • Add "com.kink3d.motion": "https://github.com/Kink3d/kMotion.git" to the dependencies list.
  • Open or focus on Unity Editor to resolve packages.

Requirements

  • Unity 2019.3.0f3 or higher.