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.
Attached some pictures. Any advice to solve this please?