UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

[BUG]: Some times input not work and need to refresh page in chrome and other browsers.

Open BahramAbbasi opened this issue 2 years ago • 2 comments

Package version

3.1.0-exp.7

Environment

* OS:Windows 10
* Unity version:2023
* Graphics API:DirectX11
* Browser:Google Chrome Version 119.0.6045.160

Steps To Reproduce

in multiplayer section

Current Behavior

Sometimes input not work or not rgonize by render streaming.

Expected Behavior

No response

Anything else?

I found a solution. in videoplayer.js file _onOpenInputSenderChannel function , it seems this function is call before screen show up on chrome. I change setTimeout to 1000 and problem solved.

BahramAbbasi avatar Nov 23 '23 12:11 BahramAbbasi

@BahramAbbasi Let me check.

karasusan avatar Nov 24 '23 05:11 karasusan

memo: URS-631

karasusan avatar Nov 24 '23 05:11 karasusan