Hi there,
I’ve got a game (which should run on the web with the Unity Web Plugin) in which players have to submit a username before playing. I’ve got a very simple form with an InputField and a submit button.
Problem is, in Chrome the InputField is not always working (basically, it takes no input from keyboard even if the plugin has focus). The only way to input text is to reload the html page. Then the InputField starts working again.
Could it be a Unity/Webplugin bug?