Skip to content

[BUG] Unity UI InputField Not Receiving Text Input #542

Description

@vmohan7

Describe the bug
I followed the documentation in order to setup browser input to be handled by the Unity UI System. Mouse input successfully works; however I am unable to get Text input to work despite the fact that Keyboard input is coming in from the browser and I can detect it with Keyboard.current from the Input System.

To Reproduce

  1. Create a Unity Canvas
  2. Follow Documentation to make sure mouse input works succesfully : https://github.com/Unity-Technologies/UnityRenderStreaming/blob/develop/com.unity.renderstreaming/Documentation~/browser_input.md
  3. Create a InputField GameObject
  4. Using Remote Mouse click on InputField to select the field and get the cursor
  5. Start Typing and see no input

Expected behavior

InputField should respond to Keyboard input

Environment (please complete the following information):

  • Windows + Unity Editor
  • Render Streaming : 3.1.0-exp.1
  • Input System : 1.0.2

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingissuedThis means the ticket is already created on internal issue trackerwaiting for releaseThis issue is already fixed and will be contained in next version

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions