Hi Katalyst6
Can you please change
UIButton componentInChildren = Resources.FindObjectsOfTypeAll<OptionsKeymappingPanel>()[0].GetComponentInChildren<UITabstrip>().GetComponentInChildren<UIButton>();
to
UIButton componentInChildren = UIView.Find<UITabstrip>("KeyMappingTabStrip").GetComponentInChildren<UIButton>();
It is not safe. I cannot use OptionsKeymappingPanel because of this.