- Home /
Unity Web Player does not respond to mouse clicks
I'm running Unity Web Player on Windows 8, and in many games the web player does not respond to my mouse clicks, especially while other keys are pressed (e.g. moving while firing). This happens to me while playing the Superhot prototype, as well as any other unity shooters I've tried. I'm not sure when this problem started. It hasn't always been an issue on this machine and OS though. I tried uninstalling and downloading the latest web player with no luck. Any help or reports of similar issues would be appreciated.
Answer by Xumbu · May 20, 2014 at 06:33 PM
tried another browser?
Same issue present in Google chrome and Firefox. Good suggestion though.
ok.. until the issue is solved you can try to use Event.current.button ins$$anonymous$$d of Input.Get$$anonymous$$ouseButton
I'm not the developer -- just a frustrated user -- so I can't modify the source code in question. I appreciate your help though.