Greetings,
I just updated my NGUI as was greeted with the following error:
Assets/NGUI/Scripts/Editor/UIToggleButtonInspector.cs(48,63): error CS0117: `UISpriteInspector' does not contain a definition for `SpriteField'
What I've noticed is that the latest version doesn't have this function, but the old one did. I also noticed that UIToggleButtonInspector wasn't in the package to update, so I'm not sure what the deal is. I tried trashing UIToggleButtonInspector from my project to see if I could force the package importer to make it come in anew with the latest version, but I do not see it in the import dialog's hierarchy.
I did solve my issue in a less than ideal manner by dumping the UIToggleButtonInspector script.
I'd love some help with this. I haven't had this much trouble in the past getting the new versions integrated. Perhaps I should have started from scratch? Thanks for any and all help.