Closed poojapol01 closed 1 year ago
Ballons not getting destroyed even after collision detection
Resolved issue by changing below: if (Physics.Raycast(arCamera.transform.position, arCamera.transform.up, out hit)) to if (Physics.Raycast(arCamera.transform.position, arCamera.transform.forward, out hit))
Ballons not getting destroyed even after collision detection