How I can remove border for input field
? Or can i make it invisible, change color? I have not found the answer to this question in Google. I tried to change the border color in the Inspector, but it did not. Help me, please.
Asked
Active
Viewed 2,926 times
4

Roma Sypko
- 53
- 1
- 5
-
1The default input field of Unity uses an image as [`TargetGraphic`](https://docs.unity3d.com/uploads/Main/UI_InputFieldInspector.png), just change the sprite used by this image – Hellium Jan 28 '17 at 12:56
-
@Hellium Thank you, dude:) – Roma Sypko Jan 28 '17 at 13:52
1 Answers
1
Thanks to @Hellium for your answer in the comments. I put it in answer for anyone who need it.
"The default input field of Unity uses an image as TargetGraphic, just change the sprite used by this image"

Benjamin Lucidarme
- 1,648
- 1
- 23
- 39