I’m producing some new web based games but I am having a problem with the response to clicks on the GUI and objects on certain machines.
The problem only occurs when the Full Screen option is activated on the web page and what happens is that the zone that responds to click doesn’t exactly overlap with the object or the GUI button – the “hot “ region now seems to cover the bottom half of the button/object and a region underneath it
On the XP machines where it is happening they are only running IE6 but the same problem is occuring with the latest version of Forefox on the same machines.
The problem doesn’t show up when authoring on these machines or on the normal size web page (before you choose Full Screen)
I’m working around this at the moment by increasing the size of the plugin area on the web page, but any thoughts welcome!
We are experiencing the same issue…
On our end it happens only on a small subset of PCs (Windows XP, with IE6), and we currently have no idea why it’s happening and how to go around this problem (Except deny users the ability to go into full screen mode, which we do not want to do).
Any change you guys solved it or came to any conclusions about where it’s coming from?
Can anyone supply a link to a project or webplayer that demonstrates this problem? (You can do it via a bug report if you’d rather not make it public.)
A couple of things when I tried fullscreen for my game at a local computer store, it worked fine (it was also Windows 7 x64 sp1) however everything else was different. I saw at Unity Answers:
“Fullscreen mode defaults to the default resolution for the standalone as specified in the ‘Player’ project settings.
If this resolution is not supported, the closest resolution is selected.
The selected resolution is then adjusted so that it’s no greater than the desktop resolution.”
I’m not sure of the accuracy but it gave me an idea to manually set the resolution in the webplayer and it worked. I hope this helps, oh and manually setting it allowed me to choose a resolution with the aspect ratio I want (16:9). (Can this be done somewhere in the editor?)