Hello all, I am pretty new to NGUI and Unity and I've just started my first project and I have a question related to colliders (I think).
I am trying to make some tiles (isometric) and I'm not really sure how to add proper interaction, I made them as UISprites and attached Box Colliders, but as you can see in the picture the colliders overlap. How to treat this situation?
Do the Polygon Colliders 2D work with NGUI? I've tried to use the UIHitAlphaTest from
http://www.tasharen.com/forum/index.php?topic=7824.0 and it works, but the thing is that the tiles should be invisible and I guess that won't work with UIHitAlphaTest.
I hope I'm being clear on what I'm trying to do/say.
Thank you.