Hi Brad,
I'm using Unity 5 but I ran into errors:
Assets/Editor/Image Effects/CameraMotionBlurEditor.js(93,9): BCE0004: Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.
Assets/Editor/Image Effects/CameraMotionBlurEditor.js(92,36): BCE0004: Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.
I've found this thread which explains to modifying the 'preview' variable name to 'preview_'.
Following this solution seems to fix errors.
Hi Brad,
I'm using Unity 5 but I ran into errors:
I've found this thread which explains to modifying the 'preview' variable name to 'preview_'.
Following this solution seems to fix errors.