Hello
I need help
In Editor mode, i can touch individual object that overlap but when running, with one touch all objects that overlap are touched.
How to make only individual object that i touch are touched?
I'm making that the object i touch is destroyed. Currently when i touch one overlaping object, all of them are destroyed :(
<img src="http://i.imgur.com/lDd1QDZ.png" border="0" />
what i want is, when i touch the top-most object, the object under it should not get destroyed.
Thanks for any replies :D