I'm making a 2d game with drag and drop items and there's a part where you click on an item and it spawns a 2nd item that follows your mouse around until you let go I just switched the 2nd item from just moving in from off-screen to actually being spawned in, but it doesn't want to follow my mouse now. I had it set up to where the cursor is its own object and sends the mouse delta to what needs it, and it works for all the other objects. Even after I drop it and try to pick it up again, it won't move and I can see that the mouse delta value just stays at zero.