Skip to content

Commit 8d97822

Browse files
committed
dont need to set the name anymore
1 parent d50244a commit 8d97822

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Example/Assets/Plugins/NativeEditBox/NativeEditBox.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ void Awake()
6565
inputField = GetComponent<TMP_InputField>();
6666
inputField.shouldHideMobileInput = true;
6767
inputField.shouldHideSoftKeyboard = true;
68-
69-
name += "NEB" + GetInstanceID().ToString();
7068
}
7169

7270
void OnEnable()

0 commit comments

Comments
 (0)