How to make users drag items on their screen?

I’m trying to make a cooking game similar to cooking mama where the players can drag and drop a certain image


like for example here, beside the sink will be meat. And the task is for the players to drag the meat on to the sink and wash it for 10 seconds. But the problem is how do i do that? maybe use canvas or something?
I need help, please let me know, thankyou!

Hi Eceran,

Yes, Canvas is perfect for this project.

You just need to add a sprite with a knife/sponge/rolling pin/etc, and add a Sprite.Dragged block to move that object.

Then you’ll need to add all the logic.
The first is to center the image where your finger is, since currentX and currentY refer to the top-left pixel, so the sprite won’t be perfectly under your finger.