Hi
After importing the latest version of NGUI I receive the following error:
Assets
/NGUI
/Scripts
/UI
/UIInputSaved
.cs(17,
32): error CS0506
: `UIInputSaved
.text': cannot override inherited member `UIInput.text' because it
is not marked
virtual,
abstract or
override
And the following warning:
Assets
/NGUI
/Scripts
/UI
/UIInputSaved
.cs(40,
22): warning CS0108
: `UIInputSaved
.SaveToPlayerPrefs(string)' hides inherited member `UIInput.SaveToPlayerPrefs(string)'. Use the
new keyword
if hiding was intended
I'm also using the latest version of Unity Pro and iOS Pro.
Restarting Unity doesn't solve the problem.
Help would be appreciated!
Thanks