1
NGUI 3 Support / EventDelegate Error
« on: August 27, 2014, 12:16:47 PM »
I'm getting the error in the image I've attached every time I touch a UIButton that call a function OnClick Event. I don't know why.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
When UICenterOnChild gets activated, it sets the scroll view's "centerOnChild" reference to itself, so that the scroll view knows that this component is present. This is new in 3.6.9. Everything else should be pretty much the same. How can I reproduce the issue on my end?
I'm using version 3.0.8 f7. What error message do you get? Have you tried to put the Editor script UIButtonMessageExtendedEditor.cs into a Folder named "Editor"?
if you want to support, when I try to call UIButton.current.name with your script I get null exception.
Never mind! I extended the UIButton Message script and have the following: