UltraStar-Deluxe / Play

Free and open source singing game with song editor for desktop, mobile, and smart TV

Home Page:https://ultrastar-play.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image cursor is huge on macOS

achimmihca opened this issue · comments

Actual behaviour

The image cursor on macOS is huge, much bigger than it is on Windows.
The image cursor can be disabled in the settings already to use the system cursor instead.

Maybe it should be disabled by default on macOS.

Expected behaviour

Image cursor should have a similar size than the system cursor (let's say not more than twice the size).

Solution is simple: https://answers.unity.com/questions/1615753/mouse-cursor-is-giant-in-mac-builds.html

  • Set "max size" in texture settings to "32".
  • Or make the image 32x32 pixels (this should already be the case from the file name, but it is actually 64x64).

BTW: UIToolkit allows to set the cursor via StyleSheet, by now also at runtime.
This can be used to make the current CursorManager obsolete.