Forum rules - please read before posting.

Mouse Cursor on Webgl

Hey there! I tried everthing, but I just can't hide the standard OS mouse cursor, so the texture used on AC and the stantard mouse cursor come together in WebGl, any idea?

Comments

  • edited April 2020

    What's your OS, browser, and with which versions of AC / Unity?

    I'd guess it's possible that ihe ability to hide the OS cursor in WebGL may be restricted on certain platforms / browsers, but you could look into relying on Hardware cursor rendering - which basically has AC relies on the system cursor instead of its own.

  • I tested on Windows with Chrome and Edge, none of them worked.
    I tried to use Cursor.visible = false; but not worked as well.

  • I tried to use Cursor.visible = false; but not worked as well.

    AC makes calls to this itself - it's likely on the browser/OS side of things.

    Try Hardware rendering - that relies on the system cursor, not a simulated one.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.