Kink3d / kMotion

Motion Blur for Unity's Universal Render Pipeline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Motion Blur for Unity's Universal Render Pipeline.

License:MIT License


Languages

Language:C# 58.6%Language:ShaderLab 41.4%