I needed a way to detect that the user touched the background (camera based app) so I used a UISprite, pushed it back into the z, stretched it to the screen size and set the color alpha to 0, collider, messager, etc. Works. On mobile are there any performance concerns of having a fullscreen transparent sprite? Or, is it actually not redrawing the screen since it's completely invisible?