Added complete lift interaction. Might need some debugging later.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user