private void OnDestroy()

in Assets/Scripts/PlayerController.cs [117:121]


    private void OnDestroy()
    {
        audioManager?.StopSfx(thrustAudioClip);
        GameObject.FindWithTag("GameController")?.GetComponent<GameController>()?.GameOver();
    }