Cursor API for setting the cursor that is used for rendering.
Supports Hardware Cursors on macOS, Windows and Linux falls back to software cursors on unsupported platforms.
Windows Store Apps: Supports only one hardware cursor, set via PlayerSettings.defaultCursor, cursors created at runtime using Cursor.SetCursor will be treated as software cursors.
Textures used as cursors should be marked as such in their import settings.
SetCursor | Change the mouse cursor to the set texture OnMouseEnter. |