Hey, I have GameObject which has GUITexture Component attached onto it. Now this gameobject have GUITexture child. I know how to detect MouseClick on a Parent but how to also detect MouseClick on its child because it looks like this:
or maybe if I can get around this somehow but with same effect?