Hey guys, I want to change my cursor when I hovering a button from pointy cursor to hand cursor. I know that I can manually add event and change it from SetCursor and that is worked perfectly. However, I have tons of button and different widgets, is there any work around to do this?
I also notice there is an option for cursor, but when I set that to hand, the cursor didn’t change. The only way that work is just manually change the cursor to hand OnHovered, and resetted it back OnUnhovered. Is that the only way?
Thank you