public void SwapControllers()
    {
        Swap(ref player1LayoutIndex, ref player2LayoutIndex);

        InputMapper.SetControllerLayoutIndex(0, player1LayoutIndex);
        InputMapper.SetControllerLayoutIndex(1, player2LayoutIndex);

        UpdateLayoutNames();
    }