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
- Create a Unity Canvas
- Follow Documentation to make sure mouse input works succesfully : https://github.com/Unity-Technologies/UnityRenderStreaming/blob/develop/com.unity.renderstreaming/Documentation~/browser_input.md
- Create a InputField GameObject
- Using Remote Mouse click on InputField to select the field and get the cursor
- 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
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
Expected behavior
InputField should respond to Keyboard input
Environment (please complete the following information):