user3952722
user3952722

Reputation:

How can I change cursor shape & size?

Can anyone help me. I am new in unity. I just want to try change cursor shape & size using something similar to this code:

Cursor.SetCursor(Texture2D,CursorMode) 

but this is not working.

Upvotes: 1

Views: 12004

Answers (1)

Ren DeVg
Ren DeVg

Reputation: 93

@kajal Go to File -> Player Settings -> Default Settings ->Set Your texture here to change the cursor and its Hotspot to change the cursor size.

Upvotes: 1

Related Questions