Hi all,
I just updated and re-imported the NGUI assets, and now nothing seems to work properly.
My main menu shows the outline of where my widgets should be but does not show them in the scene nor game view.
Also my HUDs, are all out of proportion. Many of widgets are no longer lined up as they should be.
Finally, I can no longer make UICheckbox variables in script, so I cant access whether the checkbox is checked anymore, however I can still access UILabel. (error CS0246: The type or namespace name `UICheckbox' could not be found. Are you missing a using directive or an assembly reference?) It turns our, UICHeckbox is now called UIToggle.
Maybe I am doing something silly and its any easy fix, any help would be greatly appreciated because I am really reluctant to redo my entire UI.