Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Motion Blur for Unity's Universal Render Pipeline.
C# ShaderLab
Branch: master
Clone or download
Latest commit b5a0034 Feb 2, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
Editor Update package information Jan 31, 2020
Runtime Update access and prepare for release Feb 2, 2020
Shaders Cleanup Feb 2, 2020
Tests Update package information Jan 31, 2020
.gitignore
CHANGELOG.md Update access and prepare for release Feb 2, 2020
CHANGELOG.md.meta Update package information Jan 31, 2020
Editor.meta Update package information Jan 31, 2020
LICENSE Update package information Jan 31, 2020
LICENSE.meta Update package information Jan 31, 2020
README.md
README.md.meta Update package information Jan 31, 2020
Runtime.meta Update package information Jan 31, 2020
Shaders.meta Initial implementation Feb 1, 2020
Tests.meta Update package information Jan 31, 2020
package.json
package.json.meta Update package information Jan 31, 2020

README.md

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.
You can’t perform that action at this time.