ICanvasRaycastFilter not implementing?
So i've started working on a project and all's been going well until, for whatever reason, the Standard Assets script "AlphaButtonClickMask" begins popping up an error. Which makes no sense whatsoever because it's been installed since the start of the project and i've done nothing to it at all.
The error is: Assets\Imported\Standard Assets\Utility\AlphaButtonClickMask.cs(5,52): error CS0535: 'AlphaButtonClickMask' does not implement interface member 'ICanvasRaycastFilter.IsRaycastLocationValid(Vector2, Camera)'
I would really appreciate if someone could point me in the right direction.. thanks guys.
Comment