Show Posts

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.


Messages - dyego_s

Pages: [1]
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.

2
NGUI 3 Support / Re: UICenterOnChild not Working
« on: August 11, 2014, 08:06:18 AM »
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?

To reproduce this issue you have to create a normal scrollview. In my case a don't need UIGrid. So put the centerOnChild in the scrollview gameobject. put some sprites inside the scrollview and press play. You will notice that the centerOnChild won't work.

3
NGUI 3 Support / UICenterOnChild not Working
« on: August 10, 2014, 11:54:46 AM »
In the new version o NGUI 3.6.9 UIcenterOnChild is not working properly.

I activate the scrollview collider by code. So in the old version if I just put UIcenterOnChild on the scrollview and activate it later it was working fine. now it's not working in the same way. Now I need to activate UIcenterOnChild after I enable scrollview to work. But sometimes it does not work.

is it a bug?

4
NGUI 3 Documentation / Re: UIButton
« on: January 16, 2014, 02:12:56 PM »
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"?

Sorry, I didn't know that. I put it in the right place and...your script works fine. :) if you want to support, when I try to call UIButton.current.name with your script I get null exception.

5
NGUI 3 Documentation / Re: UIButton
« on: January 16, 2014, 01:23:05 PM »
Never mind! I extended the UIButton Message script and have the following:

Your script doesn't work with new NGUI

Pages: [1]