Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Mouse bug in Mac webplayer?

Discussion in 'Editor & General Support' started by dubbilan, Sep 15, 2011.

  1. dubbilan

    dubbilan

    Joined:
    Aug 26, 2011
    Posts:
    16
    Hey

    I think this might be a bug in the mac webplayer. If so, where to submit?
    I would however like a solution, since a client is quite annoyed with this problem...
    Maybe there's a workaround?

    Anyways, I did not notice it myself but was told by the client that he couldn't navigate the scene on his mac...

    I'm rotating the camera around a house, when the left mouse button is being pressed, using simply stuff like:

    Code (csharp):
    1. function Update (){
    2. if(Input.GetMouseButton(0)) {
    3. ....rotate camera...etc..
    4. }
    5. }
    This works great in all browsers on windows, and normally on mac for that matter.
    However, I tried plugging in my standard Logitech mouse into a Macbook Pro and suddenly, I could indeed not rotate the camera. The GUI still responds fine, but no rotation.
    The trackpad, however, still works.

    I tried four other scenes that I haven't made myself that rely on mouse navigation when the button is pressed, and all have this problem. Including the substance demo on this very website.
    Therefore, I'm thinking Bug!
    Still, some kind of workaround would be great!?
     
  2. dubbilan

    dubbilan

    Joined:
    Aug 26, 2011
    Posts:
    16
  3. turi

    turi

    Joined:
    Dec 11, 2008
    Posts:
    22
    Same problem here...