When I package my game and launch it on iPad, dragged objects move differently than they do in the mobile preview. Any thoughts on what I’m doing wrong?
For example, on this level, the object no longer faces the direction of the movement.
Mobile preview: https://youtu.be/hsTymeb3OKY
Looks like you are using Get Mouse Delta, which maybe doesn’t work on mobile.
One way to get around this is to save the last touch position in a variable, then substract it from the current touch position, and that will get you the delta.