UnrealEngineHTML5 / Documentation

540 stars 183 forks source link

WASD input trouble by another language #85

Open sabzed opened 3 years ago

sabzed commented 3 years ago

Hi , During a packaged game, when I switch the keyboard language (from English to Russian), the game stops accepting input of buttons (WASD and other letter buttons), this problem only occurs in HTML5 packaging, I have little experience, do you know how to get around this? i am using UE 4.23.1 i changed html lang = "en" to html lang = "ru" but it didn't help.

ZeusLT commented 3 years ago

Have you tried setting up keybinds in both russian and WASD or just russian?

sabzed commented 3 years ago

In DefaultInput.ini? yes , i tried , It did not help.