Answers for "get a raycast based on the center of the screen?"

2

raycast from center

Transform cam = Camera.main.gameObject.transform;
Ray ray = new Ray(cam.position, cam.forward);
Posted by: Guest on May-10-2020

Code answers related to "get a raycast based on the center of the screen?"

Browse Popular Code Answers by Language