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 - CoachCarter9

Pages: [1]
1
NGUI 3 Support / Re: iPhoneX safe area support
« on: November 03, 2017, 10:47:57 AM »
Currently in my setup, each UI Window is setup is a separate prefab with a UIPanel at its root for depth handling.

If I'm understanding correctly, your approach would be to add an anchored UIWidget under each window's prefab and reanchor all of the widgets in that UI to the new UI Widget. That's quite a bit of rework given the number of UIs I have to deal with.

Is there a different alternative to what I mentioned; such as changing the top level UIPanel's clipping to match a preset UIWidget at runtime?

2
NGUI 3 Support / Re: UIButton intermittenly not receiving click
« on: September 20, 2017, 10:05:50 AM »
Hey Aren,

Thanks for the reply! I adjusted the touch drag both higher and lower and with no luck resolving the issue.

Fwiw, it seems to be only a particular button suffering this issue but I personally can't see anything that would be the cause of it.

3
NGUI 3 Support / UIButton intermittenly not receiving click
« on: September 15, 2017, 10:38:45 AM »
Hello,

I'm using NGUI 3.9.8 and I have a set of buttons that seem to require multiple presses to fire OnClick. It's very infrequent in Editor but occurs frequently on my iPhone SE. I've included a screenshot of how the buttons is setup. Any help would be great!




Pages: [1]