I dont know why but all of a sudden my mouselook on games that I try in the showcase doesnt work when running IE.
I tried reinstalling the web browser plugin still no luck.
The mouselook works on Mozilla.
Any suggestions?
My experience is that Input.GetAxis doesn’t work with the mouse on IE unless the cursor is locked, starting with Unity 2.5, I think. I filed a bug report on it quite a while ago.
Edit: or maybe it started happening with the latest version of IE.
What is weird is it was working like a week ago and then all of a sudden it stopped working. I didnt update IE and I dont think I changed any settings…
Actually I tried useing the island demo on the site today and realized its not just the mouselook, its the mouse functionality in general. I loaded up the island demo and when it said click to start I clicked and nothing happened…
Anyway to fix this?
Edit: Now I tried my game with gui click functionality on the web and I can still navigate through clicking the mouse…
Im not too sure what is wrong.
Edit: So I just got an update on windows updater for IE, installed it and restarted my comp and it works fine now.
I also had a non-responsive click on Tropical Paradise yesterday (after reading your post) and now it seems to work, for some reason.
Ok this is annoying me now, I uloaded a new game of mine that uses the mouse and I tried in IE and its not working, I thought maybe its just my game so I went back to the unity island demo and I cant use mouse in there either…
What is going on?
Are you using the latest version of Unity?
Web Player or Unity Editor?
EDIT: I just installed a fresh install of Unity Web Player, Still I cant even get the island demo to work on the site. Cant click to start it.
The Unity Editor I am useing is a month old or so, does Unity Editor need to be up to date for the Web Player to work correctly?
I come back to this because im still haveing trouble with the web player not working properly in IE. It works fine in Mozilla. Today I tried to change full screen in mozilla it works but in IE it doesnt. Its more then just the mouse that isnt working.
Is there something I need to do to get web player in IE to work correctly or is this a known issue and I should just wait for a fix?
I think I’ve got a reproducible sequence for one case:
On Windows (Windows 7 in my case), bring up Firefox and go to the Tropical Paradise demo on the Unity Live Demos page.
Bring up IE and also go to the Tropical Paradise page. Can’t click to start on IE but can click to start on Firefox.
Close Firefox. Still can’t click to start the IE web player, but refresh the page (control-R), the web player reloads and I can click to start it.
I ran into this testing HyperBowl on Windows and panicked a little bit until I saw that killing the Firefox player fixed it. Specifically, the OnMouseDown callbacks on my menu button objects weren’t getting called.