Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: MaskedPixel on June 24, 2012, 12:09:16 PM

Title: Multiple UICameras
Post by: MaskedPixel on June 24, 2012, 12:09:16 PM
I have multiple UICameras in a scene.  One of the UICameras is not accepting touch input(mouse input works fine).  Are there any reasons that this would occur that are specific to having multiple UICameras?

Also, would it be better to just use one UICamera, and just load the UI's as panels instead?
Title: Re: Multiple UICameras
Post by: ArenMook on June 24, 2012, 12:55:25 PM
Is the touch option checked on your UICamera?
Title: Re: Multiple UICameras
Post by: MaskedPixel on July 18, 2012, 02:15:49 PM
Sorry for the delay.

Yes the touch option is checked.  I Changed the z of the colliders on the buttons and they are now accepting input.  Playing around with this I ought to be able to figure out what I need to do to get it working now.