so i can now write a very bad review thank you for your support
MmohammadJJJ
- 29 Jul
- Joined 30 May
ya alo
helloooooo !!!!!
if (Input.GetMouseButtonUp(0))
{
Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);if (Physics.Raycast(ray, out hit, Mathf.Infinity)) { // this part of code is not working(on android) when the script "camera inputs" is active ... // when i remove this script or deactivated , the code work normally on android }
}
Anthony
i did but the script camera Inputs blocks the raycast i cant select the objects on my android phone
so i dont know what is the problem
can i use any script or component to do my raycast without blocking
my game works well on pc but on android i cant select the objects on the sceneAnthony
i cant select any object in the scenesand do we have solutions ?
i want to ask why the script(camera inputs) block raycast on android ?