Has Unity added any way (multi-platform) to change the Hardware Cursor yet? There are existing questions, but they are a bit out of date so I wanted to check. Thanks
Just so no one wastes any money on that plugin…
Unity does now support hardware cursors and even allows you to change them on runtime:
You can use HardwareCursor library. It’s not free, but does its job well. Works with Windows and Mac standalone builds, consists of one small .dll file. Can load cursor images from files and asset textures, does NOT require Unity Pro.