Animated cursor

Hello everyone !

I would like to customize my cursor, to look like a rotating arrow.
The only thing I found was Cursor.SetCursor, but it displays only one texture. So what are the possibilities ?

Should I use multiple textures and change of it at every frame (like a movie), or is there a better solution ?

That’s what’s available in the API, so yes, unless you want to make your own plugin that animates hardware cursor. What else you can do is hide the mouse cursor and instead display some GUI object in its place that you animate in Unity.