We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9606c commit f762afcCopy full SHA for f762afc
Assets/JCSUnity/Scripts/GUI/JCS_PanelChild.cs
@@ -162,6 +162,7 @@ private bool IsUnityDefinedUI()
162
this.GetComponent<Dropdown>() ||
163
this.GetComponent<Slider>() ||
164
this.GetComponent<Scrollbar>() ||
165
+ this.GetComponent<Text>() ||
166
this.GetComponent<Toggle>() ||
167
this.GetComponent<InputField>());
168
}
0 commit comments