1
0
forked from cgvr/DeltaVR

Added complete lift interaction. Might need some debugging later.

This commit is contained in:
2025-09-15 20:49:01 +03:00
parent 5e251e9d23
commit c7ed19b8dc
117 changed files with 13790 additions and 8292 deletions
@@ -101,7 +101,7 @@ public class CarDrivingRoutine : MonoBehaviour
}
private void OnTriggerEnter(Collider other)
{
{;
if (other.GetComponent<XROrigin>() == null) return;
StartCoroutine(SmoothAdjustSpeed(0, 0, haltspeed)); // Smoothly halt in 1 second
_tireSound.Stop();