We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50244a commit 8d97822Copy full SHA for 8d97822
1 file changed
Example/Assets/Plugins/NativeEditBox/NativeEditBox.cs
@@ -65,8 +65,6 @@ void Awake()
65
inputField = GetComponent<TMP_InputField>();
66
inputField.shouldHideMobileInput = true;
67
inputField.shouldHideSoftKeyboard = true;
68
-
69
- name += "NEB" + GetInstanceID().ToString();
70
}
71
72
void OnEnable()
0 commit comments