I'm getting 4 errors. I just updated NGUI to the latest update and this is what i'm getting now.
1. Assets/NGUI/Examples/Scripts/Plugins/NGUI/Internal/ActiveAnimation.cs(47,61): error CS1061: Type `Animator' does not contain a definition for `GetCurrentAnimatorStateInfo' and no extension method `GetCurrentAnimatorStateInfo' of type `Animator' could be found (are you missing a using directive or an assembly reference?)
2. Assets/NGUI/Examples/Scripts/Plugins/NGUI/Internal/ActiveAnimation.cs(112,35): error CS1061: Type `Animator' does not contain a definition for `Play' and no extension method `Play' of type `Animator' could be found (are you missing a using directive or an assembly reference?)
3. Assets/NGUI/Examples/Scripts/Plugins/NGUI/Internal/ActiveAnimation.cs(142,35): error CS1501: No overload for method `Update' takes `1' arguments
4. Assets/NGUI/Examples/Scripts/Plugins/NGUI/Internal/ActiveAnimation.cs(263,35): error CS1061: Type `Animator' does not contain a definition for `Play' and no extension method `Play' of type `Animator' could be found (are you missing a using directive or an assembly reference?)
is there a way to get a previous update or can someone please help me solve this i can't progress in making my game.