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

Pages: [1]
1
NGUI 3 Support / Re: Problem with full screen collider
« on: April 25, 2014, 06:53:57 AM »
Thanks, solved the issue. Need to get used to this new version (at least for me it's new) :P

2
NGUI 3 Support / Problem with full screen collider
« on: April 24, 2014, 09:39:18 AM »
We're currently working on an app for iOS and will thus need touch controls. When using the Input class, it doesn't take into consideration whether or not a button is touched. To fix this, we usually create a big empty collider in the background and place all buttons in front of it.

But now in our newest project, this setup doesn't work. The button in front cannot be clicked on, no matter the z-axis. When I disable the full screen collider, the buttons do work properly. (Weird thing: after re-enabling the collider clicking works once!!!). Both colliders only have the Box Collider and UIEvent Trigger components. Any ideas what could cause this problem?

Thanks in advance,
  Jens

Pages: [1]