keijiro / KinoMotion

Motion blur post-processing effect for Unity
MIT License
648 stars 76 forks source link

Error: MotionVectors #1

Closed catafest closed 8 years ago

catafest commented 8 years ago

I try to using your code but I got this error: Assets/Kino/Motion/Motion.cs(160,98): error CS0117: UnityEngine.DepthTextureMode' does not contain a definition forMotionVectors'

keijiro commented 8 years ago

Motion vectors are only available with the most recent versions of Unity beta (after 5.4.0 b16). Could you verify it with the latest beta (b18)? Please reopen this issue if you find any problem with it.

catafest commented 8 years ago

ok, I will test with Unity version 5.4.b019 .