I have a strange behaviour when using original InputField. My problem is next. I have 2 ENTER button on keyboard. The first is BIG ENTER(1), the second NUM PAD ENTER(2).
I place original unity InputField( or InputField Text Mesh Pro the same behaviour) to UI. When i press BIG ENTER caret dissapear and i have to push left mouse button to handle next line.
How to set to BIG ENTER the same behaviour in InputField like NUM PAD ENTER ?
Asked
Active
Viewed 355 times
0

インコグニト アレクセイ
- 118
- 2
- 9
1 Answers
0
Understand that focus removed help me to understand, found it when make a picture in Photoshop. Removing this code solved this problem. GL&HF
Input.GetKeyDown(KeyCode.Return)

インコグニト アレクセイ
- 118
- 2
- 9