-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels