// Update is called once per frame
    void Update()
    {
        //
        //Check inputs
        controllerMG.CheckInputDefault();

        if (menuUI.activeInHierarchy == true)
        {
            controllerMG.CheckInputInit();
        }
    }