Hi I am making a 2d game and have some things you can drag.
Is it possible to make it so that when I hover over a draggable object, the cursor changes? So before dragging the object.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can attach a Hotspot component with an empty "Use" interaction, set to the cursor you want to show.
If your Interaction method is not set to "Context Sensitive", check Single 'Use' interaction? above.
Thank you!