4

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.

Roma Sypko
  • 53
  • 1
  • 5
  • 1
    The 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 Answers1

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