//===============
 // Unity
 //===============
 public void Refresh()
 {
     if (Proxy.IsEditor())
     {
         InputGroup.Save();
         InputGroup.Load();
     }
 }
 [ContextMenu("Save Settings")] public void Save()
 {
     InputGroup.Save();
 }