[Moved from ‘Scripting’]
I’m using a custom mouse pointer, so I’m setting Screen.showCursor = false to hide the os mouse pointer.
The problem is that this doesn’t work in firefox under mac - as soon as I leave the web player screen area, the os pointer reappears and stays visible when I enter web player again (even when I set showCursor to false in every frame).
The only workaround I’ve found so far, is to set showCursor to true and to false just after that, which forces the visibility of the cursor to refresh (so hides it), but it often causes the cursor to flicker.
Is there any solution to making it work as it should in the first place?
P.S. It’s so annoying how firefox handles any 3d rendered content, flash and such - there are always problems with flickering while scrolling, tabbed browsing, etc. And this is supposed to be the best browser out there Confused