Create a custom cursor for your game that is reacting to what it is hovering over!
We'll start with implementing a basic custom cursor that changes the default one to a custom cursor texture and afterwards will implement some more code to have the cursor change depending on what our player hovers over.
Create a custom cursor for your game that is reacting to what it is hovering over.
We'll start with implementing a basic custom cursor that changes the default one to a custom cursor texture and afterwards will implement some more code to have the cursor change depending on what our player hovers over.
Link to the scripts on Github:
https://gi...