Hi there,
Imported a new package and started getting these errors:
Assets/NGUI/Scripts/Interaction/UIButtonPlayAnimation.cs(39,52): error CS0117: `Direction' does not contain a definition for `Forward'
Assets/NGUI/Scripts/Interaction/UIButtonTween.cs(38,52): error CS0117: `Direction' does not contain a definition for `Forward'
Assets/NGUI/Scripts/Internal/ActiveAnimation.cs(39,46): error CS0117: `Direction' does not contain a definition for `Toggle'
Assets/NGUI/Scripts/Internal/ActiveAnimation.cs(40,49): error CS0117: `Direction' does not contain a definition for `Toggle'
I've tried to re-import NGUI by completely deleting the folder and all of it's components, but no luck.
Any help would be appreciated.
Thanks!