void ChangeResolution()
 {
     m_currentResolution.UpdateValues();
     Debug.Log($"Change resolution to ({m_currentResolution.ToString()}) .");
 }