OnInputTouchBegin on device not respond properly.

I have a level selector and a problem to touch several Spheres Colliders especially at the bottom of screen.

I use “onClicked” and “OnInputTouchBegin” events.
In PC it works nicely, but in my devices (android) I can’t touch this area or the Spheres Colliders that are there.

However if I use an orthographic camera, all Sphere Colliders are working properly.
Collision profile name of spheres is “BlockAllDynamic” and I have activated the required events in the Player Controller.

41445-playercontroller.png

Attached some pictures. Any advice to solve this please?

Problem solved. It was not the camera.
Problem is that I had a “Touch Interface” hidden in this map that was upon some “Sphere Colliders”.