FusedVR / VRStreaming

Unity Render Streaming SDK to stream VR from CloudXR to WebXR over WebRTC
Apache License 2.0
147 stars 24 forks source link

Keyboard Input for InputField is Hacky #29

Open vmohan7 opened 2 years ago

vmohan7 commented 2 years ago

Currently wrote a workaround for keyboard input into a InputField using this script : https://github.com/FusedVR/VRStreaming/blob/master/Samples~/Blockchain/Scripts/RemoteInput.cs

However, it lacks proper simulation of text input i.e. selection delete. This issue has been reported in https://github.com/Unity-Technologies/UnityRenderStreaming/issues/542

Will Remove RemoteInput script once this is resolved in the base Unity Render Streaming solution