private void Start() { laserBeam.SetActive(false); laserHitPoint.SetActive(false); _OVRGrabbable = GetComponent <OVRGrabbableExt>(); _LaserLength = laserBeam.transform.localScale; }
// Start is called before the first frame update void Start() { _OVRGrabbable = GetComponent <OVRGrabbableExt>(); _OVRGrabbable.allowOffhandGrab = false; }