Unity-Technologies / UnityRenderStreaming

Streaming server for Unity
Other
1.27k stars 347 forks source link

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

Open BahramAbbasi opened 7 months ago

BahramAbbasi commented 7 months ago

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.

karasusan commented 7 months ago

@BahramAbbasi Let me check.

karasusan commented 7 months ago

memo: URS-631